Uses of Interface
org.apache.qpid.protonj2.client.Delivery
Packages that use Delivery
-
Uses of Delivery in org.apache.qpid.protonj2.client
Methods 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 aDelivery
for consumption.Blocking receive method that waits the given time interval for the remote to provide aDelivery
for 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.impl
Classes in org.apache.qpid.protonj2.client.impl that implement DeliveryMethods in org.apache.qpid.protonj2.client.impl that return Delivery