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