What is the current preferred method for propagating strong typing through an actor reference. I’ve tried both ActorRef and ActorRefFrom, but neither propagate the typing on the actor’s context object. Looks like ActorRefWithDeprecatedState may accomplish my goal, but with the term “deprecated” in there I’m wary.
Ultimately, I’m passing the reference to useActor and want to context to be strongly typed.