Uses of Interface
org.apache.qpid.protonj2.client.StreamDelivery
Packages that use StreamDelivery
-
Uses of StreamDelivery in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return StreamDeliveryModifier and TypeMethodDescriptionStreamDelivery.accept()
Accepts and settles the delivery.StreamReceiverMessage.delivery()
StreamDelivery.disposition
(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well.StreamDelivery.modified
(boolean deliveryFailed, boolean undeliverableHere) Modifies and settles the delivery.StreamReceiver.receive()
Blocking receive method that waits forever for the remote to provide aStreamReceiverMessage
for consumption.Blocking receive method that waits the given time interval for the remote to provide aStreamReceiverMessage
for consumption.Rejects and settles the delivery, sending supplied error information along with the rejection.StreamDelivery.release()
Releases and settles the delivery.StreamDelivery.settle()
Settles the delivery locally.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. -
Uses of StreamDelivery in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement StreamDeliveryModifier and TypeClassDescriptionfinal class
AStreamDelivery
implementation that provides the mechanics of reading message types from an incoming split framed transfer.Methods in org.apache.qpid.protonj2.client.impl that return StreamDeliveryModifier and TypeMethodDescriptionClientStreamReceiver.receive()
ClientStreamReceiver.tryReceive()