Re-exports
pub use elfo_configurer as configurer;
pub use elfo_dumper as dumper;
pub use elfo_logger as logger;
pub use elfo_pinger as pinger;
pub use elfo_telemeter as telemeter;
pub use elfo_test as test;
Modules
- actorsDeprecated
- Includes structs and functions to work with dumping. For more details see The Actoromicon.
- tlsDeprecated
- trace_idDeprecated
- Includes
TraceId
and useful utilities around it. For more details see The Actoromicon.
Macros
Structs
- Represents meta information about actor: his group and key.
- Represents the current status of an actor. See The Actoromicon for details.
- An actor execution context.
- Used to send values that cannot be serialized. Works inside the current node only.
- Used to transfer ownership over messaging.
Enums
- A list specifying statuses of actors. It’s used with the
ActorStatus
.
Traits
Functions
- Starts a node with the provided topology.
- The same as
start()
, but returns an error rather than panics.
Attribute Macros
- Derives required traits to use the type as a message or a message part.