According to akka documentation it is possible to “spawn and supervise typed child from classic parent, and opposite”. But how can I override the standard supervisory strategy “restart” of a classic actor from its typed parent? Behaviors.supervise needs a Behavior as an argument which a classic actor does not have.
1 post - 1 participant