public class ExponentialBackoffRetryOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExponentialBackoffRetryOptions.JitterMode |
| Constructor and Description |
|---|
ExponentialBackoffRetryOptions() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBackoffScaleFactorMS() |
EventLoopGroup |
getEventLoopGroup() |
ExponentialBackoffRetryOptions.JitterMode |
getJitterMode() |
long |
getMaxRetries() |
ExponentialBackoffRetryOptions |
withBackoffScaleFactorMS(long backoffScaleFactorMS) |
ExponentialBackoffRetryOptions |
withEventLoopGroup(EventLoopGroup eventLoopGroup) |
ExponentialBackoffRetryOptions |
withJitterMode(ExponentialBackoffRetryOptions.JitterMode jitterMode) |
ExponentialBackoffRetryOptions |
withMaxRetries(long maxRetries) |
public ExponentialBackoffRetryOptions withEventLoopGroup(EventLoopGroup eventLoopGroup)
public EventLoopGroup getEventLoopGroup()
public ExponentialBackoffRetryOptions withMaxRetries(long maxRetries)
public long getMaxRetries()
public ExponentialBackoffRetryOptions withBackoffScaleFactorMS(long backoffScaleFactorMS)
public long getBackoffScaleFactorMS()
public ExponentialBackoffRetryOptions withJitterMode(ExponentialBackoffRetryOptions.JitterMode jitterMode)
public ExponentialBackoffRetryOptions.JitterMode getJitterMode()
Copyright © 2021. All rights reserved.