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