-
Accepts and settles the delivery.
Updates the DeliveryState, and optionally settle the delivery as well.
StreamDelivery.modified(boolean deliveryFailed,
boolean undeliverableHere)
Modifies and settles the delivery.
Blocking receive method that waits forever for the remote to provide a
StreamReceiverMessage
for consumption.
Blocking receive method that waits the given time interval for the remote to provide a
StreamReceiverMessage
for consumption.
Rejects and settles the delivery, sending supplied error information along
with the rejection.
Releases and settles the delivery.
Settles the delivery locally.
Non-blocking receive method that either returns a message is one is immediately available or
returns null if none is currently at hand.
-
final class
A
StreamDelivery
implementation that provides the mechanics of reading message
types from an incoming split framed transfer.