Skip to main content

ReplayRecovery

Trait ReplayRecovery 

Source
pub(crate) trait ReplayRecovery {
    // Required methods
    fn load_markets_from_db(&mut self);
    fn load_orderbook_snapshots(&mut self);
    fn replay_commands_from_journal(&mut self);
    fn check_restored_orderbooks_for_crosses(&self);
    fn run_post_startup_reconciliation(&mut self);
}
Expand description

Replay and recovery lifecycle used at startup and reconciliation.

Required Methods§

Implementors§