Most voted "akka" questions
Akka is an open source tool to simplify the construction of concurrent and distributed applications in the JVM using the actor model.
Learn more…2 questions
Sort by count of
-
4
votes1
answer107
viewsStopping a router when your child router ends
I have a Ator that would be the Root and this actor Root has a router with 5 instances, and this same router also has a router with 5 instances. How can I stop ArquivoParaProcessar and warn the Root…
-
2
votes1
answer62
viewsHow to know if a certain actor does not exist
I’m working with Akka/Java A reference to an actor who doesn’t exist, simply nay returns exception and/or do not know how to capture information that the actor does not exist in the actor system.…