public interface Delivery
| Modifier and Type | Method and Description |
|---|---|
Delivery |
accept()
Accepts (and settles) this message delivery.
|
Delivery |
disposition(org.apache.qpid.proton.amqp.transport.DeliveryState state,
boolean settle)
Updates the DeliveryState, and optionally settle the delivery as well.
|
org.apache.qpid.proton.message.Message |
message()
Retrieve the message object carried by this delivery.
|
org.apache.qpid.proton.message.Message message()
Delivery accept()
Delivery disposition(org.apache.qpid.proton.amqp.transport.DeliveryState state, boolean settle)
state - the delivery state to applysettle - whether to settle the delivery at the same timeCopyright © 2020. All rights reserved.