Chapter 10. Understanding Various Akka patterns
In this chapter, we will cover the following recipes:
- The Master Slave work pulling pattern
- Ordered termination of actors
- Shutdown patterns in Akka
- Scheduling periodic messages to an actor
- Throttling of messages while sending them to an actor
- Balancing workload across actors
- The aggregator pattern
- The CountDownLatch pattern
- Finite-state machine
- The pausable actor pattern
- Enveloping actor