Uses of Interface
io.helidon.faulttolerance.Retry.RetryPolicy
-
Uses of Retry.RetryPolicy in io.helidon.faulttolerance
Modifier and TypeClassDescriptionstatic class
A retry policy that prolongs the delays between retries by a defined factor.static class
A retry policy that randomizes delays between execution using a "jitter" time.Modifier and TypeMethodDescriptionRetryConfig.BuilderBase.RetryConfigImpl.retryPolicy()
RetryConfig.BuilderBase.retryPolicy()
Explicitly configured retry policy.Modifier and TypeMethodDescriptionRetryConfig.BuilderBase.retryPolicy
(Retry.RetryPolicy retryPolicy) Explicitly configured retry policy.