ProtonDelivery

@author <a href="http://tfox.org">Tim Fox</a>

Members

Functions

attachments
Record attachments()

Retrieves the attachments record, upon which application items can be set/retrieved.

disposition
ProtonDelivery disposition(DeliveryState state, bool settle)

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

getLocalState
DeliveryState getLocalState()

Gets the current local state for the delivery.

getMessageFormat
int getMessageFormat()

Gets the message format for the current delivery.

getRemoteState
DeliveryState getRemoteState()

Gets the current remote state for the delivery.

getTag
byte[] getTag()

Gets the delivery tag for this delivery

isSettled
bool isSettled()

Gets whether the delivery was locally settled yet.

remotelySettled
bool remotelySettled()

Gets whether the delivery was settled by the remote peer yet.

settle
ProtonDelivery settle()

Settles the delivery locally.

Meta