Uses of Interface
io.helidon.faulttolerance.Retry.RetryPolicy
Packages that use Retry.RetryPolicy
-
Uses of Retry.RetryPolicy in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance that implement Retry.RetryPolicyModifier 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.Methods in io.helidon.faulttolerance that return types with arguments of type Retry.RetryPolicyModifier and TypeMethodDescriptionRetryConfig.BuilderBase.RetryConfigImpl.retryPolicy()
RetryConfig.BuilderBase.retryPolicy()
Explicitly configured retry policy.Methods in io.helidon.faulttolerance with parameters of type Retry.RetryPolicyModifier and TypeMethodDescriptionRetryConfig.BuilderBase.retryPolicy
(Retry.RetryPolicy retryPolicy) Explicitly configured retry policy.