I'm reading Akka's documentation for typed actors, which describes how to spawn child actors.
However, I don't find a way to achieve the same using a classic AbstractActor.
I am confused about whether it is even possible.
I'm reading Akka's documentation for typed actors, which describes how to spawn child actors.
However, I don't find a way to achieve the same using a classic AbstractActor.
I am confused about whether it is even possible.
Copyright © 2021 Jogjafile Inc.
The current Akka documentation refers to actors based on
AbstractActoras "classic" actors.Here's the documentation for classic actors: https://doc.akka.io/docs/akka/current/index-classic.html
What you're looking for is here: https://doc.akka.io/docs/akka/current/actors.html#creating-actors-with-props