Runs after the actor was started and is ready to receive messages.
Runs before the actor gets shut down by the actor system
Abstract method that handles all incoming messages
message type
promised return value. If the caller used ask, this value will be returned to the calling actor
State of the actor