Interface DurationRetryPolicyBuilder

    • Field Detail

      • DEFAULT_DELAY

        static final Delay DEFAULT_DELAY
        By default, retries will wait 1 second between executions.
      • DEFAULT_MAX_DURATION

        static final Duration DEFAULT_MAX_DURATION
        By default, this retry policy will give up after 30 seconds since the first error occurrence.
      • DEFAULT_CLOCK

        static final Clock DEFAULT_CLOCK
        There should be no reasons for changing this on production code.