ExponentialBackoffRetryOptions |
StandardRetryOptions.getBackoffRetryOptions() |
|
ExponentialBackoffRetryOptions |
ExponentialBackoffRetryOptions.withBackoffScaleFactorMS(long backoffScaleFactorMS) |
Configures the initial (base) unscaled backoff interval in milliseconds
|
ExponentialBackoffRetryOptions |
ExponentialBackoffRetryOptions.withEventLoopGroup(EventLoopGroup eventLoopGroup) |
Configure the event loop group to use to schedule the backoff/retry tasks
|
ExponentialBackoffRetryOptions |
ExponentialBackoffRetryOptions.withJitterMode(ExponentialBackoffRetryOptions.JitterMode jitterMode) |
Configure the type of jitter to apply to the backoff interval calculations
|
ExponentialBackoffRetryOptions |
ExponentialBackoffRetryOptions.withMaxRetries(long maxRetries) |
Configure the maximum number of retries to make while using a strategy sourced from these options
|