There could be a few ways you can get the ActorRefs X,Y,Z to "someactor" you could, for example, create a message from SomeActor to the parent of X,Y,Z (in this example it would /users) and ask it to return the ActorRefs. Then you would save them in someactor and use them to talk to X,Y,Z.
I ended up going a different route, and decided not to save the ActoRefs in "someactor". Since in my case /users is a singleton I send it messages to route to the children. It uses its getChild and children functions to route to one or more actors under it as needed. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to akka-user+unsubscr...@googlegroups.com. To post to this group, send email to akka-user@googlegroups.com. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.