public static class ExponentialBackOffRetryStrategy.Config extends RetryStrategy.Config<ExponentialBackOffRetryStrategy,ExponentialBackOffRetryStrategy.Config>
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
ExponentialBackOffRetryStrategy |
createInstance() |
long |
getBaseIntervalMillis() |
long |
getMaxIntervalMillis() |
ExponentialBackOffRetryStrategy.Config |
setBaseIntervalMillis(long baseIntervalMillis) |
ExponentialBackOffRetryStrategy.Config |
setMaxIntervalMillis(long maxIntervalMillis) |
getMaxRetryCount, setMaxRetryCountpublic long getBaseIntervalMillis()
public ExponentialBackOffRetryStrategy.Config setBaseIntervalMillis(long baseIntervalMillis)
public long getMaxIntervalMillis()
public ExponentialBackOffRetryStrategy.Config setMaxIntervalMillis(long maxIntervalMillis)
public ExponentialBackOffRetryStrategy createInstance()
createInstance in class RetryStrategy.Config<ExponentialBackOffRetryStrategy,ExponentialBackOffRetryStrategy.Config>