Uses of Enum Class
io.helidon.faulttolerance.RetryOutcome.Termination
Packages that use RetryOutcome.Termination
-
Uses of RetryOutcome.Termination in io.helidon.faulttolerance
Subclasses with type arguments of type RetryOutcome.Termination in io.helidon.faulttoleranceModifier and TypeClassDescriptionstatic enumReason a contextual retry invocation terminated.Methods in io.helidon.faulttolerance that return RetryOutcome.TerminationModifier and TypeMethodDescriptionRetryException.termination()Reason the retry invocation terminated.RetryOutcome.termination()Reason the retry invocation terminated.static RetryOutcome.TerminationReturns the enum constant of this class with the specified name.static RetryOutcome.Termination[]RetryOutcome.Termination.values()Returns an array containing the constants of this enum class, in the order they are declared.