Tracker |
Tracker.awaitAccepted() |
Waits if necessary for the remote to settle the sent delivery with an Accepted
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 a Disposition back.
|
Tracker |
Tracker.awaitAccepted(long timeout,
TimeUnit unit) |
Waits if necessary for the remote to settle the sent delivery with an Accepted
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 a Disposition back.
|
Tracker |
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 a Disposition back.
|
Tracker |
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 a Disposition back.
|
Tracker |
Tracker.disposition(DeliveryState state,
boolean settle) |
Updates the DeliveryState, and optionally settle the delivery as well.
|
Tracker |
Connection.send(Message<?> message) |
Sends the given Message using the internal connection sender.
|
Tracker |
Sender.send(Message<?> message) |
Send the given message immediately if there is credit available or blocks if the link
has not yet been granted credit.
|
Tracker |
Sender.send(Message<?> message,
Map<String,Object> deliveryAnnotations) |
Send the given message immediately if there is credit available or blocks if the link
has not yet been granted credit.
|
Tracker |
Tracker.settle() |
|
Tracker |
Sender.trySend(Message<?> message) |
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.
|
Tracker |
Sender.trySend(Message<?> message,
Map<String,Object> deliveryAnnotations) |
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.
|