| Interface | Description |
|---|---|
| ContextualCallable<T> |
A callable that can manually trigger retries or completion for an invocation.
|
| ContextualRunnable |
A runnable that can manually trigger retries or completion for an invocation.
|
| Scheduler |
Schedules invocations.
|
| Class | Description |
|---|---|
| AsyncInvocation |
Tracks asynchronous invocations and allows retries to be scheduled according to a
RetryPolicy. |
| Invocation |
Tracks invocations and determines when an invocation can be performed for a
RetryPolicy. |
| Recurrent |
Performs invocations with synchronous or asynchronous retries according to a
RetryPolicy. |
| RecurrentFuture<T> |
A future result of an asynchronous operation.
|
| RetryPolicy |
A policy that defines when retries should be performed.
|
| Schedulers |
Scheduler utilities. |
Copyright © 2015. All Rights Reserved.