public abstract static class RetryStrategy.Config<T extends RetryStrategy,C extends RetryStrategy.Config>
extends java.lang.Object
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
createInstance() |
int |
getMaxRetryCount() |
C |
setMaxRetryCount(int maxRetryCount) |