Expand description
Engine event infrastructure.
replayable— the canonical per-session replayable-event helper.change_feed/journal/account_sink— the durable, account-scoped change feed poweringGET /api/v1/stream.
Re-exports§
pub use account_sink::AccountEventSink;pub use change_feed::ChangeEvent;pub use replayable::publish_replayable_session_event;
Modules§
- account_
sink - Account-wide durable change-feed sink.
- change_
feed - The sequenced change-feed event type.
- journal
- Durable JSONL journal for the account change feed.
- replayable
- Replayable session-event publishing infrastructure.