This blog is for people getting started with Akka typed actors. We'll look at how we can keep state inside an actor in a few different ways. Cover the code from stateful to stateless. Introduction Typed Actors consist of 2 "parts", a public interface and an implementation. If you've done any work in "enterprise" Java, […]

Read more of this post