Uses of Enum Class
org.springframework.boot.jms.autoconfigure.JmsProperties.DeliveryMode
Packages that use JmsProperties.DeliveryMode
-
Uses of JmsProperties.DeliveryMode in org.springframework.boot.jms.autoconfigure
Subclasses with type arguments of type JmsProperties.DeliveryMode in org.springframework.boot.jms.autoconfigureMethods in org.springframework.boot.jms.autoconfigure that return JmsProperties.DeliveryModeModifier and TypeMethodDescription@Nullable JmsProperties.DeliveryModeJmsProperties.Template.getDeliveryMode()static JmsProperties.DeliveryModeReturns 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.Methods in org.springframework.boot.jms.autoconfigure with parameters of type JmsProperties.DeliveryModeModifier and TypeMethodDescriptionvoidJmsProperties.Template.setDeliveryMode(@Nullable JmsProperties.DeliveryMode deliveryMode)