| Package | Description |
|---|---|
| net.jodah.recurrent |
| Modifier and Type | Method and Description |
|---|---|
static AsyncRecurrent |
Recurrent.with(RetryPolicy retryPolicy,
ScheduledExecutorService executor)
Creates and returns a new Recurrent instance that will perform invocations and retries asynchronously via the
executor according to the retryPolicy. |
static AsyncRecurrent |
Recurrent.with(RetryPolicy retryPolicy,
Scheduler scheduler)
Creates and returns a new Recurrent instance that will perform invocations and retries asynchronously via the
scheduler according to the retryPolicy. |
<T extends Listeners<?>> |
AsyncRecurrent.with(T listeners)
Configures the
listeners to be called as invocation events occur. |
Copyright © 2016. All Rights Reserved.