public abstract class RetryStrategy
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetryStrategy.Config |
| Modifier | Constructor and Description |
|---|---|
protected |
RetryStrategy(RetryStrategy.Config config) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRetryCount() |
abstract int |
getNextIntervalMillis(int retryCount) |
boolean |
isRetriedOver(int retryCount) |
java.lang.String |
toString() |
protected RetryStrategy(RetryStrategy.Config config)