Uses of Interface
io.helidon.faulttolerance.Retry.RetryPolicy
Package
Description
Fault tolerance for Helidon SE reactive implementation.
-
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 increases the delay time following an exponential sequence.static class
A retry policy that increases the delay time following the Fibonacci sequence.static class
A retry policy that randomizes delays between execution using a "jitter" time.Modifier and TypeMethodDescriptionRetry.Builder.retryPolicy
(Retry.RetryPolicy policy) Configure a retry policy to use to calculate delays between retries.