Uses of Enum Class
io.helidon.messaging.FailureDisposition
Packages that use FailureDisposition
-
Uses of FailureDisposition in io.helidon.messaging
Subclasses with type arguments of type FailureDisposition in io.helidon.messagingModifier and TypeClassDescriptionenumTerminal disposition applied after delivery attempts are exhausted.Methods in io.helidon.messaging that return FailureDispositionModifier and TypeMethodDescriptionFailurePolicy.BuilderBase.onExhausted()Terminal disposition after delivery attempts are exhausted; dead letter requires a target channel.FailurePolicy.onExhausted()Terminal disposition after delivery attempts are exhausted; dead letter requires a target channel.static FailureDispositionReturns the enum constant of this class with the specified name.static FailureDisposition[]FailureDisposition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.messaging that return types with arguments of type FailureDispositionModifier and TypeMethodDescriptionMessagingFailureConfig.BuilderBase.onExhausted()Disposition used when retry attempts are exhausted.MessagingFailureConfig.onExhausted()Disposition used when retry attempts are exhausted.Methods in io.helidon.messaging with parameters of type FailureDispositionModifier and TypeMethodDescriptionFailurePolicy.BuilderBase.onExhausted(FailureDisposition onExhausted) Terminal disposition after delivery attempts are exhausted; dead letter requires a target channel.MessagingFailureConfig.BuilderBase.onExhausted(FailureDisposition onExhausted) Disposition used when retry attempts are exhausted.