Enum riker::actor::Strategy[][src]

pub enum Strategy {
    Stop,
    Restart,
    Escalate,
}

Supervision strategy

Returned in Actor.supervision_strategy

Variants

Stop the child actor

Attempt to restart the child actor

Escalate the failure to a parent

Auto Trait Implementations

impl Send for Strategy

impl Sync for Strategy