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