August 2018
Intermediate to advanced
380 pages
10h 2m
English
All of the actors belong to some ActorSystem, which is a hierarchy of actors:

The most important methods when creating new actors are as follows:

Every actor is created using an actorOf method called over an actor system or an actor context. You can create the actor system itself using its companion-object API:

When calling this method, you can specify the name of this system. You can also specify the configuration that defines ...