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) classCallImpl<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 theinnerSuppliersynchronously, handling results according to the configured policies.FailsafeExecutor.newCall(ContextualRunnable<Void> runnable) Returns a call that can execute therunnableuntil a successful result is returned or the configured policies are exceeded.FailsafeExecutor.newCall(ContextualSupplier<T, T> supplier) Returns a call that can execute thesupplieruntil a successful result is returned or the configured policies are exceeded.