Class ExponentialBackoffRetryStrategy

    • Constructor Detail

      • ExponentialBackoffRetryStrategy

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