February 2018
Intermediate to advanced
552 pages
13h 46m
English
As we discussed in the previous section, ActorPath is the address of an Actor in the ActorSystem. We can form an Actor's Path by following the Actors supervision hierarchy:

Supervisor1 forms its ActorPath as /user/Supervisor1, which means it starts first with Rootr Actor "/", then its child Actor user, and then itself, Supervisor1.
In the same way, Subordinate3 forms its ActorPath as /user/Supervisor2/Subordinate3.
If you are familiar with trees, graphs, and more, it is not a big job to understand it well.
Read now
Unlock full access