Take a closer look at the new Akka Typed APIs with Lightbend Developer Johan Andrén in his talk at Scala Italy.
Find out how they allow you to achieve type safe asynchronous message driven systems, scaling up across many cores and out across many machines. Have you used the new Akka Typed APIs yet? If not after this talk you will be!
Akka Typed is the next generation of the actor model APIs in Akka, providing what many have asked for: using the type system to guarantee actors are only sent messages they can handle.
After several iterations of trying to formulate an API for typed Actors that makes sense we have finally found the right level of abstraction to build upon.
In this talk we will take a closer look at the new Akka Typed APIs and how they allow you to achieve type safe asynchronous message driven systems, scaling up across many cores and out across many machines.
Check out Johan's slides