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 Sender
Connection. defaultSender()
Returns the default anonymous sender used by thisConnection
forConnection.send(Message)
calls.Sender
Connection. 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.Sender
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.Sender
Session. 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.Sender
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.Sender
Connection. openSender(String address)
Creates a sender used to send messages to the given node address.Sender
Connection. openSender(String address, SenderOptions senderOptions)
Creates a sender used to send messages to the given node address.Sender
Session. openSender(String address)
Creates a sender used to send messages to the given node address.Sender
Session. openSender(String address, SenderOptions senderOptions)
Creates a sender used to send messages to the given node address.Sender
Tracker. 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 class
ClientSender
Proton based AMQP SenderMethods in org.apache.qpid.protonj2.client.impl that return Sender Modifier and Type Method Description Sender
ClientConnection. defaultSender()
Sender
ClientConnection. openAnonymousSender()
Sender
ClientConnection. openAnonymousSender(SenderOptions senderOptions)
Sender
ClientSession. openAnonymousSender()
Sender
ClientSession. openAnonymousSender(SenderOptions senderOptions)
Sender
ClientStreamSession. openAnonymousSender()
Sender
ClientStreamSession. openAnonymousSender(SenderOptions senderOptions)
Sender
ClientConnection. openSender(String address)
Sender
ClientConnection. openSender(String address, SenderOptions senderOptions)
Sender
ClientSession. openSender(String address)
Sender
ClientSession. openSender(String address, SenderOptions senderOptions)
Sender
ClientStreamSession. openSender(String address)
Sender
ClientStreamSession. openSender(String address, SenderOptions senderOptions)
protected Sender
ClientSender. self()
Sender
ClientNoOpTracker. sender()
-