Uses of Interface
dev.failsafe.function.ContextualRunnable
Packages that use ContextualRunnable
-
Uses of ContextualRunnable in dev.failsafe
Methods in dev.failsafe with parameters of type ContextualRunnableModifier and TypeMethodDescriptionFailsafeExecutor.newCall(ContextualRunnable<Void> runnable) Returns a call that can execute therunnableuntil a successful result is returned or the configured policies are exceeded.voidFailsafeExecutor.run(ContextualRunnable<Void> runnable) Executes therunnableuntil successful or until the configured policies are exceeded.FailsafeExecutor.runAsync(ContextualRunnable<Void> runnable) Executes therunnableasynchronously until successful or until the configured policies are exceeded.(package private) static ContextualSupplier<Void, Void> Functions.toCtxSupplier(ContextualRunnable<Void> runnable)