| Interface | Description |
|---|---|
| ExceptionHandler |
Takes action when an Exception is thrown.
|
| Class | Description |
|---|---|
| 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.
|
| 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.
|
Copyright © 2018 Atlassian. All rights reserved.