Uses of Enum
org.springframework.boot.autoconfigure.jms.JmsProperties.AcknowledgeMode
Packages that use JmsProperties.AcknowledgeMode
-
Uses of JmsProperties.AcknowledgeMode in org.springframework.boot.autoconfigure.jms
Methods in org.springframework.boot.autoconfigure.jms that return JmsProperties.AcknowledgeModeModifier and TypeMethodDescriptionJmsProperties.Listener.getAcknowledgeMode()
Returns the enum constant of this type with the specified name.static JmsProperties.AcknowledgeMode[]
JmsProperties.AcknowledgeMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.boot.autoconfigure.jms with parameters of type JmsProperties.AcknowledgeModeModifier and TypeMethodDescriptionvoid
JmsProperties.Listener.setAcknowledgeMode
(JmsProperties.AcknowledgeMode acknowledgeMode)