public static interface RetryExecutor.RetryAction
| Modifier and Type | Method and Description |
|---|---|
void |
onRetry(java.lang.Exception exception,
int retryCount,
int retryLimit,
int retryWait) |
void onRetry(java.lang.Exception exception,
int retryCount,
int retryLimit,
int retryWait)
throws RetryExecutor.RetryGiveupException