Uses of Interface
dev.failsafe.RetryPolicy
Packages that use RetryPolicy
-
Uses of RetryPolicy in dev.failsafe
Methods in dev.failsafe that return RetryPolicyModifier and TypeMethodDescriptionRetryPolicyBuilder.build()Builds a newRetryPolicyusing the builder's configuration.static <R> RetryPolicy<R> RetryPolicy.ofDefaults()Creates a RetryPolicy that allows 3 execution attempts max with no delay. -
Uses of RetryPolicy in dev.failsafe.internal
Classes in dev.failsafe.internal that implement RetryPolicy