Uses of Interface
org.apache.qpid.protonj2.client.Sender
-
Packages that use Sender Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of Sender in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return Sender Modifier and Type Method Description SenderConnection. defaultSender()Returns the default anonymous sender used by thisConnectionforConnection.send(Message)calls.SenderConnection. openAnonymousSender()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. 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()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)Creates a sender used to send messages to the given node address.SenderConnection. openSender(String address, SenderOptions senderOptions)Creates a sender used to send messages to the given node address.SenderSession. openSender(String address)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.SenderTracker. sender() -
Uses of Sender in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement Sender Modifier and Type Class Description classClientSenderProton based AMQP SenderMethods in org.apache.qpid.protonj2.client.impl that return Sender Modifier and Type Method Description SenderClientConnection. defaultSender()SenderClientConnection. openAnonymousSender()SenderClientConnection. openAnonymousSender(SenderOptions senderOptions)SenderClientSession. openAnonymousSender()SenderClientSession. openAnonymousSender(SenderOptions senderOptions)SenderClientStreamSession. openAnonymousSender()SenderClientStreamSession. openAnonymousSender(SenderOptions senderOptions)SenderClientConnection. openSender(String address)SenderClientConnection. openSender(String address, SenderOptions senderOptions)SenderClientSession. openSender(String address)SenderClientSession. openSender(String address, SenderOptions senderOptions)SenderClientStreamSession. openSender(String address)SenderClientStreamSession. openSender(String address, SenderOptions senderOptions)protected SenderClientSender. self()SenderClientNoOpTracker. sender()
-