Module outbox

Module outbox 

Source
Expand description

This module defines the storage interface and implementation for managing outgoing messages that are pending delivery.

Structs§

SledOutboxStore
An OutboxStore implementation using sled for storage.

Traits§

OutboxStore
A trait for managing outgoing messages that are pending delivery.