Welcome to the chapter on the SMACK stack model . The A stands for Akka. If the previous chapter’s objective was to develop functional thinking, this chapter’s objective is to develop actor model thinking.
The chapter on Scala was focused on moving your mind from a structured programming paradigm to functional programming thinking. This chapter shifts from the object-oriented paradigm to actors-based programming.
This chapter has three parts:
Actor model
Actor communication
Actor lifecycle
The actor model is fundamental to understanding the SMACK operation. So, by the end of ...