[−]Trait actix_web::actix::actix::dev::ArbiterService
Trait defines arbiter's service.
Provided Methods
fn start_service() -> Addr<Self>
Construct and start arbiter service
fn service_started(&mut self, ctx: &mut Context<Self>)
Method is called during service initialization.
fn from_registry() -> Addr<Self>
Get actor's address from arbiter registry
Implementors
impl<T> ArbiterService for Mocker<T> where
T: ArbiterService,
impl<T> ArbiterService for Mocker<T> where
T: ArbiterService,
fn start_service() -> Addr<Self>
fn start_service() -> Addr<Self>
fn service_started(&mut self, ctx: &mut Context<Self>)
fn service_started(&mut self, ctx: &mut Context<Self>)
fn from_registry() -> Addr<Self>
fn from_registry() -> Addr<Self>