Struct riker::system::Io[][src]

pub struct Io<Msg: Message> { /* fields omitted */ }

Methods

impl<Msg> Io<Msg> where
    Msg: Message
[src]

Trait Implementations

impl<Msg> Actor for Io<Msg> where
    Msg: Message
[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<Msg> Send for Io<Msg>

impl<Msg> Sync for Io<Msg>