Interface AttemptRetryPolicyBuilder

    • Field Detail

      • DEFAULT_DELAY

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

        static final int DEFAULT_MAX_ATTEMPTS
        By default, this retry policy will give up after the fifth retry attempt.
        See Also:
        Constant Field Values