Uses of Interface
io.helidon.nima.faulttolerance.Retry.RetryPolicy
Packages that use Retry.RetryPolicy
-
Uses of Retry.RetryPolicy in io.helidon.nima.faulttolerance
Classes in io.helidon.nima.faulttolerance that implement Retry.RetryPolicyModifier and TypeClassDescriptionstatic classA retry policy that prolongs the delays between retries by a defined factor.static classA retry policy that randomizes delays between execution using a "jitter" time.Methods in io.helidon.nima.faulttolerance with parameters of type Retry.RetryPolicyModifier and TypeMethodDescriptionRetry.Builder.retryPolicy(Retry.RetryPolicy policy) Configure a retry policy to use to calculate delays between retries.