| 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 |
|---|---|
| Invocation |
An invocation that accepts retry and completion requests.
|
| 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.
|
| RetryStats |
Statistics for the usage of a RetryPolicy.
|
| Schedulers |
Scheduler utilities. |
Copyright © 2015. All Rights Reserved.