Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
Modifier and Type | Method and Description |
---|---|
<T extends R> |
FailsafeExecutor.getAsyncExecution(AsyncRunnable<T> runnable)
This method is intended for integration with asynchronous code.
|
CompletableFuture<Void> |
FailsafeExecutor.runAsyncExecution(AsyncRunnable<Void> runnable)
This method is intended for integration with asynchronous code.
|
Copyright © 2022. All rights reserved.