Class IncrementalDelayRetryStrategy

    • Constructor Detail

      • IncrementalDelayRetryStrategy

        public IncrementalDelayRetryStrategy​(int remainingRetries,
                                             Duration currentRetryDelay,
                                             Duration increment,
                                             Duration maxRetryDelay)
        Parameters:
        remainingRetries - number of times to retry
        currentRetryDelay - the current delay between retries
        increment - the delay increment between retries
        maxRetryDelay - the max delay between retries