In this section, we will discuss some of the useful and frequently used Akka Actor operations. In the Akka Toolkit, an Actor can perform the following operations:
- Create an Actor
- Send messages
- Receive messages
- Stop an Actor
- Become/unbecoming an Actor
- Supervise an Actor
Let's define a simple Actor to explore all these operations, one by one, in the following sections.