Package | Description |
---|---|
org.springframework.boot.autoconfigure.jms |
Auto-configuration for JMS.
|
Modifier and Type | Method and Description |
---|---|
JmsProperties.DeliveryMode |
JmsProperties.Template.getDeliveryMode() |
static JmsProperties.DeliveryMode |
JmsProperties.DeliveryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmsProperties.DeliveryMode[] |
JmsProperties.DeliveryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsProperties.Template.setDeliveryMode(JmsProperties.DeliveryMode deliveryMode) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.