Akka Typed and Pattern.ask

Hi!,

I am playing around with Akka typed and I don’t understand how to get a response from a typed actor as a Future. Patterns.ask needs an untyped actor ref. Is there something similar for akka typed?

Thanks
Eric

There is ask for Typed. You find that and more in the documentation of interaction patterns.

Thanks. Read that section but somehow didn’t see the answer initially. I see it now AskPattern.ask