I generally wire in the actor system as a spring managed bean, and either create the actors via a post construct, or the actors themselves are @Beans as well. We generally pass Services or whatever data it needs via the actor constructor and akka's Prop object at startup.
This has been very successful for us. On Tuesday, June 14, 2016 at 1:06:12 AM UTC-5, 朱怀琦 wrote: > > Hi all, > I have a question about integration akka with spring,how to > integration akka with spring? > -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
