Uses of Interface
dev.failsafe.Call
Packages that use Call
-
Uses of Call in dev.failsafe
Methods in dev.failsafe that return CallModifier and TypeMethodDescriptionFailsafeExecutor.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.