Invoke child actor with higher order actor logic #5127
Unanswered
adamterlson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to dynamically create the actor logic based on a value in my parent machine's context. I'm wishing for something like this:
I found the documentation on higher order actor logic, however I cannot access context using this method.
I did get it to work as expected using
spawn
, however I have found that route harder to send and receive events, and the inspector doesn't seem to work with spawned actors.Appreciate any tips/advice!
Beta Was this translation helpful? Give feedback.
All reactions