Is there a reason why there is no WithSupervisorStrategy on Props? ( Is it because Scala can override the supervisorStrategy method inline when using actorOf? Or are there other ways to reuse a supervisorstrategy for multiple actors?
And when adding routees to a router, there was a now depricated way to add ActorRefs directly. This is now replaced in favor for a list of path strings. Why is this? does it have to do with actorrefs and UID ? -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
