Package net.sodacan.core
Class ActorId
java.lang.Object
net.sodacan.core.ActorId
An actorId is made up of a type, an actorGroup, and a unique id for the instance of the actor. Once created, the actorId is immutable and final.
An actorfactory is able to create an actor instance given the actor id and a registry (map) of actor type to actor subclass.
The two components are separated by a "|", vertical bar.-
Constructor Details
-
ActorId
public ActorId() -
ActorId
-
ActorId
-
ActorId
-
-
Method Details