| Package | Description |
|---|---|
| net.jodah.recurrent | |
| net.jodah.recurrent.event |
| Class and Description |
|---|
| AsyncCallable
A callable that manually triggers asynchronous retries or completion.
|
| AsyncExecution
Tracks asynchronous executions 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
Performs asynchronous executions with retries according to a
RetryPolicy. |
| AsyncRunnable
A runnable that manually triggers asynchronous retries or completion.
|
| CheckedRunnable
A Runnable that throws checked exceptions.
|
| ContextualCallable
A callable that provides contextual execution statistics.
|
| ContextualRunnable
A runnable that provides contextual execution statistics.
|
| Execution
Tracks executions and determines when an execution can be performed for a
RetryPolicy. |
| ExecutionStats
Execution statistics.
|
| Listeners
Recurrent event listeners.
|
| RecurrentFuture
A future result of an asynchronous operation.
|
| RetryPolicy
A policy that defines when retries should be performed.
|
| SyncRecurrent
Performs synchronous executions with retries according to a
RetryPolicy. |
| Class and Description |
|---|
| ExecutionStats
Execution statistics.
|
Copyright © 2016. All Rights Reserved.