| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncFailsafe.run(ContextualRunnable runnable)
Executes the
runnable until successful or until the configured RetryPolicy is exceeded. |
FailsafeFuture<Void> |
AsyncFailsafe.run(ContextualRunnable runnable)
Executes the
runnable asynchronously until successful or until the configured RetryPolicy is
exceeded. |
Copyright © 2017. All Rights Reserved.