Lagom is built on top of Akka and Play and adds a high level, opinionated, API. Some things of Akka are exposed directly in that API, such as Akka Streams. Actors are not exposed, since they are too low level (powerful) for Lagom. You can still use Akka when needed http://www.lagomframework.com/documentation/1.0.x/java/Akka.html
It will be the same for the Scala API of Lagom. /Patrik sön 3 juli 2016 kl. 07:55 skrev Tal Beno <[email protected]>: > Hi, > > As a Scala/Akka novice, was wondering if the new Lagom Scala coding > paradigm is going to reflect some of the Akka API. in other words, to what > degree will we need to redesign Akka projects to start using Lagom > Services. I have taken a look at some of the Lagom Java examples out there, > and as a novice got the impression that Akka may be under the covers, but > Actors are not showing up on the surface. > > Hope my question makes sense. > Thanks. > Regards, > Tal Beno > > -- > >>>>>>>>>> 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. > -- >>>>>>>>>> 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.
