February 2018
Intermediate to advanced
552 pages
13h 46m
English
An ActorPath is used to look up an Actor in ActorSystem.
Two actor references are compared equal when they have the same path and point to the same actor incarnation.
Let's explore these differences with a simple example:
import akka.actor.{Actor, ActorPath, ActorRef, ActorSystem, PoisonPill, Props} case object Shutdown ...Read now
Unlock full access