Skip to main content

Module replay

Module replay 

Source
Expand description

Engine journal replay types.

Wire-format command/event records fetched during engine startup to reconstruct state after a snapshot load.

Structs§

PortfolioReplayEvent
A deserialized engine event used during portfolio replay after snapshot load.
ReplayCommand
A journal command fetched for engine replay.

Enums§

EventType
Engine event type. Mirrors the engine_event_type Postgres enum without any ORM dependency.