Skip to main content

Module log

Module log 

Source
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§

EventLog
Trait for persistent event storage backends