| Package | Description |
|---|---|
| net.jodah.recurrent | |
| net.jodah.recurrent.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static Scheduler |
Schedulers.of(ScheduledExecutorService executor)
Returns a Scheduler adapted from the
executor. |
Copyright © 2016. All Rights Reserved.