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 therunnable
until a successful result is returned or the configured policies are exceeded.void
FailsafeExecutor.run
(ContextualRunnable<Void> runnable) Executes therunnable
until successful or until the configured policies are exceeded.FailsafeExecutor.runAsync
(ContextualRunnable<Void> runnable) Executes therunnable
asynchronously until successful or until the configured policies are exceeded.(package private) static ContextualSupplier
<Void, Void> Functions.toCtxSupplier
(ContextualRunnable<Void> runnable)