Guest User

Untitled

a guest
Jul 15th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. RemoteNode.start
  2.  
  3. log.info("Starting registry actor at %s:%s" format(RemoteServer.HOSTNAME, RemoteServer.PORT))
  4. val registryActor = actorOf(new RegistryActor
  5. with StartupActorRefsDistribution
  6. with InlifeActorRefsDistribution).start
  7.  
  8. RegistryActorUtil.initialize
  9.  
  10. (1 to 3).foreach(_ => actorOf[SimpleActor].start)
Add Comment
Please, Sign In to add comment