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