Expand description
Durable receipt and ordered processing positions for network envelopes.
Structs§
- Admission
Result - Receipt progress visible only after the full admission transaction commits.
- Incoming
Limits - Admission limits checked under the same writer as the envelope insertions.
- Incoming
Retry - Retry state attached to the same still-pending envelope.
- NewIncoming
Envelope - The adapter validates wire metadata and the supplied hash shape before admission. The backend owns the envelope hash; the client does not recompute it.
- Pending
Budget - Both limits must hold before a pending batch can commit.
- Pending
Envelope State - Pending-work metadata for a fixed processing target. This does not contain ciphertext.
- Pending
Topic Usage - Queue size metadata used to pause full topics without reading ciphertext.
- Stored
Incoming Envelope - Admitted work that has not yet been applied or terminally rejected.
- Stream
Topic - The database key for one network log and its received/processed positions.
- Terminal
Rejection - One bounded rejection diagnostic per topic, not a payload history.
- Topic
Progress - Durable network progress. Application acknowledgement is a separate position.
Enums§
- Join
Anchor Mode - The group-state proof required to install a validated Welcome’s anchor.
- Network
Entity Kind - Separate network queues with independent pending-work budgets.
Traits§
- Query
Incoming Envelope - Atomic receipt, ordered completion, and bounded retry state for network logs.