Uses of Class
io.helidon.faulttolerance.Retry.DelayingRetryPolicy
Package
Description
Fault tolerance for Helidon SE reactive implementation.
-
Uses of Retry.DelayingRetryPolicy in io.helidon.faulttolerance
Modifier and TypeMethodDescriptionRetry.DelayingRetryPolicy.Builder.build()
static Retry.DelayingRetryPolicy
Retry.DelayingRetryPolicy.noDelay
(int calls) Create a retry policy with no delays and with the specified number of calls.