Expand description
EventLog trait — persistent, ordered, replayable event storage
The EventLog is the source of truth for the event flow system. Unlike the EventBus (fire-and-forget broadcast), the EventLog persists events and supports replay from any position.
Traits§
- Event
Log - Trait for persistent event storage backends