Interface RetryExecutor.Context<T>
- Enclosing class:
RetryExecutor<T,E extends Exception>
public static interface RetryExecutor.Context<T>
-
Method Summary
-
Method Details
-
isLastAttempt
boolean isLastAttempt() -
attempt
int attempt() -
executor
T executor()
-