Uses of Interface
org.apache.qpid.protonj2.client.Tracker
Packages that use Tracker
-
Uses of Tracker in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return TrackerModifier and TypeMethodDescriptionTracker.awaitAccepted()
Waits if necessary for the remote to settle the sent delivery with anAccepted
disposition unless it has either already been settled and accepted or the original delivery was sent settled in which case the remote will not send aDisposition
back.Tracker.awaitAccepted
(long timeout, TimeUnit unit) Waits if necessary for the remote to settle the sent delivery with anAccepted
disposition unless it has either already been settled and accepted or the original delivery was sent settled in which case the remote will not send aDisposition
back.Tracker.awaitSettlement()
Waits if necessary for the remote to settle the sent delivery unless it has either already been settled or the original delivery was sent settled in which case the remote will not send aDisposition
back.Tracker.awaitSettlement
(long timeout, TimeUnit unit) Waits if necessary for the remote to settle the sent delivery unless it has either already been settled or the original delivery was sent settled in which case the remote will not send aDisposition
back.Tracker.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well.Sends the givenMessage
using the internal connection sender.Send the given message immediately if there is credit available or blocks if the link has not yet been granted credit.Send the given message immediately if there is credit available or blocks if the link has not yet been granted credit.Tracker.settle()
Settles the delivery locally, if notauto-settling
.Send the given message if credit is available or returns null if no credit has been granted to the link at the time of the send attempt.Send the given message if credit is available or returns null if no credit has been granted to the link at the time of the send attempt.Methods in org.apache.qpid.protonj2.client that return types with arguments of type TrackerModifier and TypeMethodDescriptionTracker.settlementFuture()
Returns a future that can be used to wait for the remote to acknowledge receipt of a sent message by settling it. -
Uses of Tracker in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement TrackerModifier and TypeClassDescriptionfinal class
A dummy Tracker instance that always indicates remote settlement and acceptance.final class
Client outgoing delivery tracker object.Methods in org.apache.qpid.protonj2.client.impl that return TrackerModifier and TypeMethodDescriptionClientNoOpTracker.awaitAccepted()
ClientNoOpTracker.awaitAccepted
(long timeout, TimeUnit unit) ClientNoOpTracker.awaitSettlement()
ClientNoOpTracker.awaitSettlement
(long timeout, TimeUnit unit) ClientNoOpTracker.disposition
(DeliveryState state, boolean settle) protected Tracker
ClientTracker.self()
ClientNoOpTracker.settle()
Methods in org.apache.qpid.protonj2.client.impl that return types with arguments of type Tracker