Expand description
This module contains utilities used to help messages are delivered in order for any given sender and receiver actor pair.
Structs§
- Sequencer
- Used by sender to track the message sequence numbers it sends to each destination. Each Sequencer object has a session id, sequence numbers are scoped by the (session_id, SeqKey) pair.
Enums§
- SeqInfo
- A message’s sequencer number infomation.
Statics§
- SEQ_
INFO - The sender of this message, the session ID, and the message’s sequence number assigned by this session.