java - How can I send event from my ActorRef to all created children with akka fsm? -


i'm using akka fsm java. i'm trying send message children ever created actorref. lets event x actorref create new fsm, didn't save in struct. , event y send event "sons" (which created before me, didn't saved). have idea how can access child? , "tell" them event?

you can iterable children of current actor calling children on actorcontext. should enough use case.

http://doc.akka.io/japi/akka/current/akka/actor/actorcontext.html#children--


Comments