| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| net.jodah.failsafe.util.concurrent |
Concurrent utilities.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncFailsafe<R> |
SyncFailsafe.with(Scheduler scheduler)
Creates and returns a new AsyncFailsafe instance that will perform executions and retries asynchronously via the
scheduler. |
| Modifier and Type | Method and Description |
|---|---|
static Scheduler |
Schedulers.of(ScheduledExecutorService executor)
Returns a Scheduler adapted from the
executor. |
Copyright © 2017. All Rights Reserved.