This commit is contained in:
parent
120e248e6f
commit
aaf1867e0e
2 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ class SupervisedActor extends AbstractActor {
|
|||
//#print-refs
|
||||
public class ActorHierarchyExperiments {
|
||||
public static void main(String[] args) throws java.io.IOException {
|
||||
ActorSystem system = ActorSystem.create("test");
|
||||
ActorSystem system = ActorSystem.create("testSystem");
|
||||
|
||||
ActorRef firstRef = system.actorOf(Props.create(PrintMyActorRefActor.class), "first-actor");
|
||||
System.out.println("First: " + firstRef);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue