public class ExponentialBackOffRetryStrategy extends RetryStrategy<ExponentialBackOffRetryStrategy.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExponentialBackOffRetryStrategy.Config |
config| Modifier and Type | Method and Description |
|---|---|
long |
getNextIntervalMillis(int retryCount) |
isRetriedOverpublic long getNextIntervalMillis(int retryCount)
getNextIntervalMillis in class RetryStrategy<ExponentialBackOffRetryStrategy.Config>