Uses of Class
org.apache.qpid.protonj2.client.DeliveryMode
-
Packages that use DeliveryMode Package Description org.apache.qpid.protonj2.client -
-
Uses of DeliveryMode in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return DeliveryMode Modifier and Type Method Description DeliveryMode
ReceiverOptions. deliveryMode()
DeliveryMode
SenderOptions. deliveryMode()
static DeliveryMode
DeliveryMode. valueOf(java.lang.String name)
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 DeliveryMode Modifier and Type Method Description ReceiverOptions
ReceiverOptions. deliveryMode(DeliveryMode deliveryMode)
Sets theDeliveryMode
value to assign to newly createdReceiver
instances.SenderOptions
SenderOptions. deliveryMode(DeliveryMode deliveryMode)
Sets theDeliveryMode
value to assign to newly createdSender
instances.StreamReceiverOptions
StreamReceiverOptions. deliveryMode(DeliveryMode deliveryMode)
StreamSenderOptions
StreamSenderOptions. deliveryMode(DeliveryMode deliveryMode)
-