DeliveryImpl

Undocumented in source.

Constructors

this
this(Message message, ProtonDelivery delivery, Connection ctx)
Undocumented in source.

Members

Functions

accept
Delivery accept()
Undocumented in source. Be warned that the author may not have intended to support it.
delivery
ProtonDelivery delivery()
Undocumented in source. Be warned that the author may not have intended to support it.
disposition
Delivery disposition(DeliveryState state, bool settle)
Undocumented in source. Be warned that the author may not have intended to support it.
getCtx
Connection getCtx()
Undocumented in source. Be warned that the author may not have intended to support it.
message
Message message()
Undocumented in source. Be warned that the author may not have intended to support it.
onContextEventLoop
bool onContextEventLoop()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

ACCEPTED
Accepted ACCEPTED()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Delivery

message
Message message()

Retrieve the message object carried by this delivery.

accept
Delivery accept()

Accepts (and settles) this message delivery.

disposition
Delivery disposition(DeliveryState state, bool settle)

Updates the DeliveryState, and optionally settle the delivery as well.

Meta