Uses of Enum Class
org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
-
Uses of JmsProperties.AcknowledgeMode in org.springframework.boot.autoconfigure.jms
Modifier and TypeMethodDescriptionJmsProperties.Listener.getAcknowledgeMode()
Returns the enum constant of this class with the specified name.static JmsProperties.AcknowledgeMode[]
JmsProperties.AcknowledgeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JmsProperties.Listener.setAcknowledgeMode
(JmsProperties.AcknowledgeMode acknowledgeMode)