September 2016
Beginner
448 pages
14h 23m
English
In this chapter
One of the immediate concerns with actor-based programming is how you model code that requires collaborators to work together when each unit of work is done in parallel. Collaboration implies some notion of process, and although there can be parallel processes, there will also be cases where it’s essential that certain steps happen after required prior steps have been completed. By implementing a few of the classic enterprise integration patterns (EIPs), we’ll show how Akka allows you to ...