Uses of Interface
dev.failsafe.function.AsyncRunnable
Packages that use AsyncRunnable
-
Uses of AsyncRunnable in dev.failsafe
Methods in dev.failsafe with parameters of type AsyncRunnableModifier and TypeMethodDescription<T extends R>
CompletableFuture<T> FailsafeExecutor.getAsyncExecution(AsyncRunnable<T> runnable) This method is intended for integration with asynchronous code.FailsafeExecutor.runAsyncExecution(AsyncRunnable<Void> runnable) This method is intended for integration with asynchronous code.