Uses of Class
org.apache.qpid.protonj2.client.SenderOptions
-
Uses of SenderOptions in org.apache.qpid.protonj2.client
Modifier and TypeMethodDescriptionSenderOptions.clone()
protected SenderOptions
SenderOptions.copyInto
(SenderOptions other) Copy all options from thisSenderOptions
instance into the instance provided.SenderOptions.deliveryTagGeneratorSupplier
(Supplier<DeliveryTagGenerator> supplier) Configures aSupplier
which provides unique instances ofDeliveryTagGenerator
objects for anySender
created using these options.protected SenderOptions
SenderOptions.self()
SenderOptions.sendTimeout
(long sendTimeout) Configures the timeout used when awaiting a send operation to complete.SenderOptions.sendTimeout
(long timeout, TimeUnit units) Configures the timeout used when awaiting a send operation to complete.Modifier and TypeMethodDescriptionprotected SenderOptions
SenderOptions.copyInto
(SenderOptions other) Copy all options from thisSenderOptions
instance into the instance provided.Connection.openAnonymousSender
(SenderOptions senderOptions) Creates a sender that is established to the 'anonymous relay' and as such each message that is sent using this sender must specify an address in its destination address field.Session.openAnonymousSender
(SenderOptions senderOptions) Creates a sender that is established to the 'anonymous relay' and as such each message that is sent using this sender must specify an address in its destination address field.Connection.openSender
(String address, SenderOptions senderOptions) Creates a sender used to send messages to the given node address.Session.openSender
(String address, SenderOptions senderOptions) Creates a sender used to send messages to the given node address.ModifierConstructorDescriptionSenderOptions
(SenderOptions options) Create a new SenderOptions instance that copies the configuration from the specified source options. -
Uses of SenderOptions in org.apache.qpid.protonj2.client.impl
Modifier and TypeMethodDescriptionClientConnection.openAnonymousSender
(SenderOptions senderOptions) ClientSession.openAnonymousSender
(SenderOptions senderOptions) ClientStreamSession.openAnonymousSender
(SenderOptions senderOptions) ClientConnection.openSender
(String address, SenderOptions senderOptions) ClientSession.openSender
(String address, SenderOptions senderOptions) ClientStreamSession.openSender
(String address, SenderOptions senderOptions)