| Name | Description | Type | Package | Framework |
| Actor | Actor base trait that should be extended by or mixed to create an Actor with the semantics of the 'Actor Model': http://en. | Interface | akka.actor | Akka |
|
| Actor$ | | Class | akka.actor | Akka |
|
| Actor .emptyBehavior$ | emptyBehavior is a Receive-expression that matches no messages at all, ever. | Class | akka.actor.Actor | Akka |
|
| Actor .ignoringBehavior$ | ignoringBehavior is a Receive-expression that consumes and ignores all messages. | Class | akka.actor.Actor | Akka |
|
| ActorCell | Everything in here is completely Akka PRIVATE. | Class | akka.actor | Akka |
|
| ActorCell$ | Everything in here is completely Akka PRIVATE. | Class | akka.actor | Akka |
|
| ActorContext | The actor context - the view of the actor cell from the actor. | Interface | akka.actor | Akka |
|
| ActorDSL | This object contains elements which make writing actors and related code more concise, e. | Class | akka.actor | Akka |
|
| ActorDSL$ | This object contains elements which make writing actors and related code more concise, e. | Class | akka.actor | Akka |
|
| ActorDSL .Extension | | Class | akka.actor.ActorDSL | Akka |
|
| ActorDSL .Extension$ | | Class | akka.actor.ActorDSL | Akka |
|
| ActorIdentity | Reply to Identify. | Class | akka.actor | Akka |
|
| ActorIdentity$ | | Class | akka.actor | Akka |
|
| ActorInitializationException | An ActorInitializationException is thrown when the initialization logic for an Actor fails. | Class | akka.actor | Akka |
|
| ActorInitializationException$ | | Class | akka.actor | Akka |
|
| ActorInterruptedException | When an InterruptedException is thrown inside an Actor, it is wrapped as an ActorInterruptedException as to avoid cascading interrupts to other threads than the originally interrupted one. | Class | akka.actor | Akka |
|
| ActorKilledException | ActorKilledException is thrown when an Actor receives the Kill messageSee Also:Serialized Form | Class | akka.actor | Akka |
|
| ActorKilledException$ | | Class | akka.actor | Akka |
|
| ActorLogging | Scala API: Mix in ActorLogging into your Actor to easily obtain a reference to a logger, which is available under the name "log". | Interface | akka.actor | Akka |
|
| ActorNotFound | When ActorSelection. | Class | akka.actor | Akka |
|
| ActorNotFound$ | | Class | akka.actor | Akka |
|
| ActorPath | Actor path is a unique path to an actor that shows the creation path up through the actor tree to the root actor. | Interface | akka.actor | Akka |
|
| ActorPath$ | | Class | akka.actor | Akka |
|
| ActorPathExtractor | | Class | akka.actor | Akka |
|
| ActorPathExtractor$ | | Class | akka.actor | Akka |
|
| ActorPaths | | Class | akka.actor | Akka |
|
| ActorPaths$ | | Class | akka.actor | Akka |
|
| ActorRef | Immutable and serializable handle to an actor, which may or may not reside on the local host or inside the same ActorSystem. | Class | akka.actor | Akka |
|
| ActorRef$ | | Class | akka.actor | Akka |
|
| ActorRefFactory | Interface implemented by ActorSystem and ActorContext, the only two places from which you can get fresh actors. | Interface | akka.actor | Akka |
|
| ActorRefProvider | Interface for all ActorRef providers to implement. | Interface | akka.actor | Akka |
|
| ActorRefScope | All ActorRefs have a scope which describes where they live. | Interface | akka.actor | Akka |
|
| ActorRefWithCell | Common trait of all actor refs which actually have a Cell, most notably LocalActorRef and RepointableActorRef. | Class | akka.actor | Akka |
|
| ActorSelection | An ActorSelection is a logical view of a section of an ActorSystem's tree of Actors, allowing for broadcasting of messages to that section. | Class | akka.actor | Akka |
|
| ActorSelection$ | An ActorSelection is a logical view of a section of an ActorSystem's tree of Actors, allowing for broadcasting of messages to that section. | Class | akka.actor | Akka |
|
| ActorSelectionMessage | ActorRefFactory. | Class | akka.actor | Akka |
|
| ActorSelectionMessage$ | | Class | akka.actor | Akka |
|
| ActorSystem | An actor system is a hierarchical group of actors which share common configuration, e. | Class | akka.actor | Akka |
|
| ActorSystem$ | | Class | akka.actor | Akka |
|
| ActorSystem .Settings | Settings are the overall ActorSystem Settings which also provides a convenient access to the Config object. | Class | akka.actor.ActorSystem | Akka |
|
| ActorSystemImpl | | Class | akka.actor | Akka |