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