Struct riker_deadletter::DeadLettersActor[][src]

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

Trait Implementations

impl<Msg: Message> Actor for DeadLettersActor<Msg>
[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: Message> DeadLetterProps for DeadLettersActor<Msg>
[src]

Auto Trait Implementations

impl<Msg> Send for DeadLettersActor<Msg>

impl<Msg> Sync for DeadLettersActor<Msg>