| Package | Description |
|---|---|
| net.jodah.recurrent | |
| net.jodah.recurrent.event |
| Class and Description |
|---|
| AsyncCallable
A callable that can manually trigger asynchronous retries or completion for an invocation.
|
| AsyncInvocation
Tracks asynchronous invocations and allows retries to be scheduled according to a
RetryPolicy. |
| AsyncListeners
Recurrent event listeners that are called asynchronously on the
Scheduler or ScheduledExecutorService
associated with the Recurrent call. |
| AsyncRecurrent |
| AsyncRunnable
A runnable that can manually trigger asynchronous retries or completion for an invocation.
|
| CheckedRunnable
A Runnable that throws checked exceptions.
|
| ContextualCallable
A callable that provides contextual invocation statistics.
|
| ContextualRunnable
A runnable that provides contextual invocation statistics.
|
| Invocation
Tracks invocations and determines when an invocation can be performed for a
RetryPolicy. |
| InvocationStats
Invocation statistics.
|
| Listeners
Recurrent event listeners.
|
| RecurrentFuture
A future result of an asynchronous operation.
|
| RetryPolicy
A policy that defines when retries should be performed.
|
| SyncRecurrent |
| Class and Description |
|---|
| InvocationStats
Invocation statistics.
|
Copyright © 2016. All Rights Reserved.