[−][src]Trait actix_web::actix::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,
[src]
T: ArbiterService,