Uses of Enum
org.apache.qpid.protonj2.client.DeliveryMode
Packages that use DeliveryMode
-
Uses of DeliveryMode in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return DeliveryModeModifier 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.Methods in org.apache.qpid.protonj2.client with parameters of type DeliveryModeModifier and TypeMethodDescriptionLinkOptions.deliveryMode
(DeliveryMode deliveryMode) Sets theDeliveryMode
value to assign to newly createdLink
instances.