Uses of Interface
org.apache.qpid.protonj2.client.Sender
Packages that use Sender
-
Uses of Sender in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return SenderModifier and TypeMethodDescriptionConnection.defaultSender()
Returns the default anonymous sender used by thisConnection
forConnection.send(Message)
calls.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.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()
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) Creates a sender used to send messages to the given node address.Connection.openSender
(String address, SenderOptions senderOptions) Creates a sender used to send messages to the given node address.Session.openSender
(String address) 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.Tracker.sender()
-
Uses of Sender in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement SenderMethods in org.apache.qpid.protonj2.client.impl that return SenderModifier and TypeMethodDescriptionClientConnection.defaultSender()
ClientConnection.openAnonymousSender()
ClientConnection.openAnonymousSender
(SenderOptions senderOptions) ClientSession.openAnonymousSender()
ClientSession.openAnonymousSender
(SenderOptions senderOptions) ClientStreamSession.openAnonymousSender()
ClientStreamSession.openAnonymousSender
(SenderOptions senderOptions) ClientConnection.openSender
(String address) ClientConnection.openSender
(String address, SenderOptions senderOptions) ClientSession.openSender
(String address) ClientSession.openSender
(String address, SenderOptions senderOptions) ClientStreamSession.openSender
(String address) ClientStreamSession.openSender
(String address, SenderOptions senderOptions) protected Sender
ClientSender.self()
ClientNoOpTracker.sender()