Uses of Interface
dev.failsafe.RetryPolicy
-
Packages that use RetryPolicy Package Description dev.failsafe APIs for performing failsafe executions.dev.failsafe.internal -
-
Uses of RetryPolicy in dev.failsafe
Methods in dev.failsafe that return RetryPolicy Modifier and Type Method Description RetryPolicy<R>RetryPolicyBuilder. 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 Modifier and Type Class Description classRetryPolicyImpl<R>ARetryPolicyimplementation.
-