StreamDelivery |
StreamDelivery.accept() |
Accepts and settles the delivery.
|
StreamDelivery |
StreamReceiverMessage.delivery() |
|
StreamDelivery |
StreamDelivery.disposition(DeliveryState state,
boolean settle) |
Updates the DeliveryState, and optionally settle the delivery as well.
|
StreamDelivery |
StreamDelivery.modified(boolean deliveryFailed,
boolean undeliverableHere) |
Modifies and settles the delivery.
|
StreamDelivery |
StreamReceiver.receive() |
Blocking receive method that waits forever for the remote to provide a StreamReceiverMessage for consumption.
|
StreamDelivery |
StreamReceiver.receive(long timeout,
TimeUnit unit) |
Blocking receive method that waits the given time interval for the remote to provide a
StreamReceiverMessage for consumption.
|
StreamDelivery |
StreamDelivery.reject(String condition,
String description) |
Rejects and settles the delivery, sending supplied error information along
with the rejection.
|
StreamDelivery |
StreamDelivery.release() |
Releases and settles the delivery.
|
StreamDelivery |
StreamDelivery.settle() |
Settles the delivery locally.
|
StreamDelivery |
StreamReceiver.tryReceive() |
Non-blocking receive method that either returns a message is one is immediately available or
returns null if none is currently at hand.
|