Uses of Interface
io.helidon.faulttolerance.RetryOutcome
Packages that use RetryOutcome
-
Uses of RetryOutcome in io.helidon.faulttolerance
Methods in io.helidon.faulttolerance that return RetryOutcomeConstructors in io.helidon.faulttolerance with parameters of type RetryOutcomeModifierConstructorDescriptionRetryException(String message, RetryOutcome outcome) Create a retry exception without a cause.RetryException(String message, RetryOutcome outcome, Throwable cause) Create a retry exception.