[−]Trait actix_web::actix::actix::dev::SystemService
Trait defines system's service.
Provided Methods
fn start_service(sys: &Addr<Arbiter>) -> Addr<Self>
Construct and start system 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 system registry
Implementors
impl SystemService for Resolver
impl SystemService for Resolver
fn start_service(sys: &Addr<Arbiter>) -> Addr<Self>
fn start_service(sys: &Addr<Arbiter>) -> 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>
impl SystemService for ProcessSignals
impl SystemService for ProcessSignals
fn service_started(&mut self, ctx: &mut <ProcessSignals as Actor>::Context)
fn service_started(&mut self, ctx: &mut <ProcessSignals as Actor>::Context)
fn start_service(sys: &Addr<Arbiter>) -> Addr<Self>
fn start_service(sys: &Addr<Arbiter>) -> Addr<Self>
fn from_registry() -> Addr<Self>
fn from_registry() -> Addr<Self>
impl SystemService for ClientConnector
[src]
impl SystemService for ClientConnector
fn start_service(sys: &Addr<Arbiter>) -> Addr<Self>
fn start_service(sys: &Addr<Arbiter>) -> 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>
impl<T> SystemService for Mocker<T> where
T: SystemService,
impl<T> SystemService for Mocker<T> where
T: SystemService,
fn start_service(sys: &Addr<Arbiter>) -> Addr<Self>
fn start_service(sys: &Addr<Arbiter>) -> 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>