[−][src]Module riker::actor
Structs
| ActorCell | |
| ActorRef |
An actor reference exposes methods to interact with its underlying actor. |
| ActorSelection |
A selection represents part of the actor heirarchy, allowing messages to be sent to all actors in the selection. |
| ActorUri |
An |
| All |
A channel topic representing all topics |
| Channel |
A specialized actor for providing Publish/Subscribe capabilities to users. |
| Context |
Provides context, including the actor system during actor execution. |
| PersistenceConf | |
| Props |
Provides instances of |
| RestartError |
Error type when an actor fails to restart. |
| SysChannels | |
| SystemChannel |
A specialized actor for providing Publish/Subscribe capabilities for system messages. |
| Topic |
Topics allow channel subscribers to filter messages by interest |
| TryMsgError |
Error type when an |
Enums
| CreateError |
Error type when an actor fails to start during |
| Strategy |
Supervision strategy |
| SysTopic |
System topics used by the |
Traits
| Actor |
An Actor represents a struct that will be scheduled for execution when it is sent a message. |
| ActorArgs | |
| ActorProducer |
Represents the underlying Actor factory function for creating instances of |
| ActorRefFactory |
Produces |
| ActorSelectionFactory | |
| CellInternal |
|
| CellPublic |
|
| SysTell |
Implement to provide system message routing to actors, e.g. |
| Tell | |
| TmpActorRefFactory |
Produces |
| TryTell |
Implement to provide possible message routing to actors, e.g. |
Functions
| dead_letter |
Type Definitions
| ActorId | |
| BoxActor |
The actor trait object |
| BoxActorProd |
A |
| MsgResult |