Struct riker::system::EsManager[][src]

pub struct EsManager<Evs: EventStore> { /* fields omitted */ }

Methods

impl<Evs: EventStore> EsManager<Evs>
[src]

Trait Implementations

impl<Evs: EventStore> Actor for EsManager<Evs>
[src]

Invoked when an actor receives a Riker predefined message Read more

Invoked when an actor receives a message Read more

Invoked when an actor is being started by the system. Read more

Invoked after an actor has started. Read more

Invoked after an actor has been stopped.

Invoked when an actor receives a Riker system message Read more

Return a Some(PersistenceConf) to enable actor persistence. Read more

Invoked after an event is successfully inserted into the event store. Read more

Invoked for each event when the actor is recovering. Read more

Return a supervisor strategy that will be used when handling failed child actors.

Auto Trait Implementations

impl<Evs> Send for EsManager<Evs>

impl<Evs> Sync for EsManager<Evs>