Skip to main content

Module local_delivery

Module local_delivery 

Source
Expand description

Local message delivery. Network receipt and MLS processing run independently.

Structs§

DeliveryAcknowledgement
An opaque, single-item token. Dropping it never acknowledges delivery.
DeliveryCursor
An exclusive replay position in one client database, not a network cursor.
DeliverySnapshot
History and its resume cursor read from one database snapshot.
LocalDelivery
One local reader with at most one item awaiting application acknowledgement.
LocalDeliveryControl
Change future selection while a callback or iterator holds its current item.
LocalDeliveryFilter
Current selection filters; excluded rows can advance D only within the active scope.
LocalDeliveryItem
One stored message and its unacknowledged application handoff.

Enums§

DeliveryScope
Groups eligible for selection. Default progress outside this scope stays unchanged.
LocalDeliveryError