| BeforeRetryExponentialBackoffTask |
A backoff task for use in a retry -function, -supplier, or -task.
|
| BeforeRetryLinearBackoffTask |
A backoff task for use in a retry -function, -supplier, or -task.
|
| ExceptionHandlers |
Provides some standard implementations of various exception actions.
|
| ExceptionHandlers.CompositeExceptionHandler |
|
| ExceptionHandlers.IgnoreExceptionHandler |
|
| ExceptionHandlers.LoggingExceptionHandler |
|
| NoOp |
Runnable that does nothing.
|
| RetryFactory |
Provides factory methods for RetryFunction, RetryTask, and RetrySupplier.
|
| RetryFunction<F,T> |
A Function which wraps the apply method of another Function and attempts it
up to a fixed number of times.
|
| RetrySupplier<T> |
A Supplier which wraps the apply method of another Supplier and attempts it
up to a fixed number of times.
|
| RetryTask |
A Runnable which wraps the apply method of another Runnable and attempts it a
fixed number of times.
|