Call<java.lang.Void> |
FailsafeExecutor.newCall(ContextualRunnable<java.lang.Void> runnable) |
Returns a call that can execute the runnable until a successful result is returned or the configured
policies are exceeded.
|
void |
FailsafeExecutor.run(ContextualRunnable<java.lang.Void> runnable) |
Executes the runnable until successful or until the configured policies are exceeded.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
FailsafeExecutor.runAsync(ContextualRunnable<java.lang.Void> runnable) |
Executes the runnable asynchronously until successful or until the configured policies are exceeded.
|
(package private) static ContextualSupplier<java.lang.Void,java.lang.Void> |
Functions.toCtxSupplier(ContextualRunnable<java.lang.Void> runnable) |
|