I'm wondering why AtLeastOnceDelivery's deliver method uses ActorPath instead of ActorSelection. Under the hood, it creates an ActorSelection from the ActorPath, but I'm unclear as to why it doesn't accept ActorSelection as deliver's parameter.
In another post inquiring about the use of ActorPath[1], it was explained that ActorPath was used instead of ActorRef because actor/jvm crashes will result in the ActorRefs no longer being valid. However, isn't this behavior of ActorRefs also the reason that ActorSelection was created? If so, would using ActorSelection be more clear/consistent? [1] https://groups.google.com/forum/#!searchin/akka-user/actorselection$20deliver/akka-user/i0yHKffw9jU/ImTAZkAM7tkJ Thanks -- >>>>>>>>>> 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.
