Struct actix::SystemRegistry [] [src]

pub struct SystemRegistry { /* fields omitted */ }

System wide actors registry

System registry serves same purpose as Registry, except it is shared across all arbiters.

Methods

impl SystemRegistry
[src]

[src]

Return address of the service. If service actor is not running it get started in system arbiter.

Trait Implementations

impl Send for SystemRegistry
[src]

impl Clone for SystemRegistry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more