Uses of Enum
org.apache.qpid.protonj2.client.DeliveryMode
-
Uses of DeliveryMode in org.apache.qpid.protonj2.client
Modifier and TypeMethodDescriptionLinkOptions.deliveryMode()
static DeliveryMode
Returns the enum constant of this type with the specified name.static DeliveryMode[]
DeliveryMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionLinkOptions.deliveryMode
(DeliveryMode deliveryMode) Sets theDeliveryMode
value to assign to newly createdLink
instances.