Uses of Class
org.apache.qpid.protonj2.client.SenderOptions
-
Packages that use SenderOptions Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of SenderOptions in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return SenderOptions Modifier and Type Method Description SenderOptionsSenderOptions. clone()protected SenderOptionsSenderOptions. copyInto(SenderOptions other)Copy all options from thisSenderOptionsinstance into the instance provided.SenderOptionsSenderOptions. deliveryTagGeneratorSupplier(Supplier<DeliveryTagGenerator> supplier)Configures aSupplierwhich provides unique instances ofDeliveryTagGeneratorobjects for anySendercreated using these options.protected SenderOptionsSenderOptions. self()SenderOptionsSenderOptions. sendTimeout(long sendTimeout)Configures the timeout used when awaiting a send operation to complete.SenderOptionsSenderOptions. sendTimeout(long timeout, TimeUnit units)Configures the timeout used when awaiting a send operation to complete.Methods in org.apache.qpid.protonj2.client with parameters of type SenderOptions Modifier and Type Method Description protected SenderOptionsSenderOptions. copyInto(SenderOptions other)Copy all options from thisSenderOptionsinstance into the instance provided.SenderConnection. 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.SenderSession. 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.SenderConnection. openSender(String address, SenderOptions senderOptions)Creates a sender used to send messages to the given node address.SenderSession. openSender(String address, SenderOptions senderOptions)Creates a sender used to send messages to the given node address.Constructors in org.apache.qpid.protonj2.client with parameters of type SenderOptions Constructor Description SenderOptions(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
Methods in org.apache.qpid.protonj2.client.impl with parameters of type SenderOptions Modifier and Type Method Description SenderClientConnection. openAnonymousSender(SenderOptions senderOptions)SenderClientSession. openAnonymousSender(SenderOptions senderOptions)SenderClientStreamSession. openAnonymousSender(SenderOptions senderOptions)SenderClientConnection. openSender(String address, SenderOptions senderOptions)SenderClientSession. openSender(String address, SenderOptions senderOptions)SenderClientStreamSession. openSender(String address, SenderOptions senderOptions)
-