Re-exports§
pub use crate::config::Config;
pub use crate::group::ActorGroup;
pub use crate::group::Schema;
pub use crate::topology::Topology;
Modules§
- config
- dumping
- Includes structs and functions to work with dumping. For more details see The Actoromicon.
- errors
- group
- logging
- messages
- node
- routers
- scope
- signal
- stream
- stuck_
detection - time
- tls
Deprecated - topology
- trace_
id Deprecated - tracing
- Includes
TraceId
and useful utilities around it. For more details see The Actoromicon.
Macros§
Structs§
- Actor
Meta - Represents meta information about actor: his group and key.
- Actor
Status - Represents the current status of an actor. See The Actoromicon for details.
- Addr
- Context
- An actor execution context.
- Envelope
- Local
- Used to send values that cannot be serialized. Works inside the current node only.
- Move
Ownership - Used to transfer ownership over messaging.
- Request
Builder - Response
Token
Enums§
- Actor
Status Kind - A list specifying statuses of actors. It’s used with the
ActorStatus
.