Tracker

Undocumented in source.

Members

Functions

getRemoteState
DeliveryState getRemoteState()

Gets the current remote state for the delivery.

isAccepted
bool isAccepted()

Returns whether the message was accepted.

isRemotelySettled
bool isRemotelySettled()

Returns whether the message was settled by the peer.

message
Message message()

Retrieves the message being tracked.

Static functions

create
Tracker create(Message message)

Creates a tracker for sending a message.

create
Tracker create(Message message, Handler!Tracker onUpdated)

Creates a tracker for sending a message, providing a handler that is called when disposition updates are received for the message delivery.

Meta