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