Uses of Interface
io.helidon.faulttolerance.Retry.WaitStrategy
Packages that use Retry.WaitStrategy
-
Uses of Retry.WaitStrategy in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance with parameters of type Retry.WaitStrategyModifier and TypeMethodDescriptiondefault <T> TRetry.invoke(Function<RetryContext, ? extends T> function, Retry.WaitStrategy waitStrategy) Invoke a function with context for each attempt, using a caller-provided strategy to wait between attempts.