Uses of Enum Class
io.helidon.messaging.connectors.jms.AcknowledgeMode
Packages that use AcknowledgeMode
Package
Description
MicroProfile Reactive Messaging Oracle AQ connector.
Microprofile messaging JMS connector.
-
Uses of AcknowledgeMode in io.helidon.messaging.connectors.aq
Methods in io.helidon.messaging.connectors.aq with parameters of type AcknowledgeModeModifier and TypeMethodDescriptionAqConfigBuilder.acknowledgeMode
(AcknowledgeMode acknowledgeMode) JMS acknowledgement mode. -
Uses of AcknowledgeMode in io.helidon.messaging.connectors.jms
Methods in io.helidon.messaging.connectors.jms that return AcknowledgeModeModifier and TypeMethodDescriptionstatic AcknowledgeMode
Returns the enum constant of this class with the specified name.static AcknowledgeMode[]
AcknowledgeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.messaging.connectors.jms with parameters of type AcknowledgeModeModifier and TypeMethodDescriptionJmsConfigBuilder.acknowledgeMode
(AcknowledgeMode acknowledgeMode) JMS acknowledgement mode.