Uses of Interface
org.apache.qpid.protonj2.client.Delivery
Packages that use Delivery
- 
Uses of Delivery in org.apache.qpid.protonj2.clientMethods in org.apache.qpid.protonj2.client that return DeliveryModifier and TypeMethodDescriptionDelivery.accept()Accepts and settles the delivery.Delivery.disposition(DeliveryState state, boolean settle) Updates the DeliveryState, and optionally settle the delivery as well.Delivery.modified(boolean deliveryFailed, boolean undeliverableHere) Modifies and settles the delivery.Receiver.receive()Blocking receive method that waits forever for the remote to provide aDeliveryfor consumption.Blocking receive method that waits the given time interval for the remote to provide aDeliveryfor consumption.Rejects and settles the delivery, sending supplied error information along with the rejection.Delivery.release()Releases and settles the delivery.Delivery.settle()Settles the delivery locally.Receiver.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 Delivery in org.apache.qpid.protonj2.client.implClasses in org.apache.qpid.protonj2.client.impl that implement DeliveryMethods in org.apache.qpid.protonj2.client.impl that return Delivery