Uses of Interface
dev.failsafe.Call
Packages that use Call
-
Uses of Call in dev.failsafe
Classes in dev.failsafe that implement CallModifier and TypeClassDescription(package private) class
CallImpl<R>
A call implementation that delegates to an execution.Methods in dev.failsafe that return CallModifier and TypeMethodDescriptionprivate <T> Call
<T> FailsafeExecutor.callSync
(ContextualSupplier<T, T> innerSupplier) Returns a Call that calls theinnerSupplier
synchronously, handling results according to the configured policies.FailsafeExecutor.newCall
(ContextualRunnable<Void> runnable) Returns a call that can execute therunnable
until a successful result is returned or the configured policies are exceeded.FailsafeExecutor.newCall
(ContextualSupplier<T, T> supplier) Returns a call that can execute thesupplier
until a successful result is returned or the configured policies are exceeded.