Struct riker_default::DeadLettersActor[][src]

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

Trait Implementations

impl<Msg> Actor for DeadLettersActor<Msg> where
    Msg: Message
[src]

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

Invoked when an actor receives a Riker predefined message Read more

Invoked when an actor receives a message 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.

impl<Msg> DeadLetterProps for DeadLettersActor<Msg> where
    Msg: Message
[src]

Auto Trait Implementations

impl<Msg> Send for DeadLettersActor<Msg>

impl<Msg> Sync for DeadLettersActor<Msg>