Module actix::registry

source ·
Expand description

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

Actors registry
System wide actors registry

Traits

Trait defines arbiter’s service.
Trait defines system’s service.