Uses of Interface
io.helidon.faulttolerance.RetryContext
Packages that use RetryContext
-
Uses of RetryContext in io.helidon.faulttolerance
Method parameters in io.helidon.faulttolerance with type arguments of type RetryContextModifier and TypeMethodDescriptiondefault <T> TRetry.invoke(Function<RetryContext, ? extends T> function) Invoke a function with context for each attempt.default <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.