| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailsafeExecutor.run(ContextualRunnable runnable)
Executes the
runnable until successful or until the configured policies are exceeded. |
CompletableFuture<Void> |
FailsafeExecutor.runAsync(ContextualRunnable runnable)
Executes the
runnable asynchronously until successful or until the configured policies are exceeded. |
Copyright © 2019. All rights reserved.