Module actix::registry [−][src]
Actors registry
Actor can register itself as a service. Service can be defined as
ArbiterService
which is unique per arbiter or 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. |