Hi! I am using the Inbox class to communicate with actors outside of them. But I want to also pass a reference to different actor as a sender, much like what you can do with tell. The send method on the Inbox actor does not let you specify the sender, the sender is implicitly set to the Inbox actor. I reckon that I could pass the reference in a message, but would like to know if there is some other way around it.
-- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
