[][src]Module actix::registry

Actors registry

An Actor can register itself as a service. A Service can be defined as an ArbiterService, which is unique per arbiter, or a SystemService, which is unique per system.

Structs

Registry

Actors registry

SystemRegistry

System wide actors registry

Traits

ArbiterService

Trait defines arbiter's service.

SystemService

Trait defines system's service.