public class ExponentialBackOffRetryStrategy extends RetryStrategy
| Modifier and Type | Class and Description |
|---|---|
static class |
ExponentialBackOffRetryStrategy.Config |
RetryStrategy.Instantiator| Modifier | Constructor and Description |
|---|---|
protected |
ExponentialBackOffRetryStrategy(ExponentialBackOffRetryStrategy.Config config) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBaseIntervalMillis() |
int |
getMaxIntervalMillis() |
int |
getNextIntervalMillis(int retryCount) |
java.lang.String |
toString() |
getMaxRetryCount, isRetriedOverprotected ExponentialBackOffRetryStrategy(ExponentialBackOffRetryStrategy.Config config)
public int getNextIntervalMillis(int retryCount)
getNextIntervalMillis in class RetryStrategypublic int getBaseIntervalMillis()
public int getMaxIntervalMillis()
public java.lang.String toString()
toString in class RetryStrategy