nraychaudhuri / akka-tree

Akka visualizer
14 stars 3 forks source link

Visualizing the message flow #4

Open markusjura opened 10 years ago

markusjura commented 10 years ago

Visualize the messages sent from one Actor to another Actor. If these actors have a parent-child relationship the corresponding line (in the browser) should blink. Not sure how to visualize messages between actors which don't have a parent-child relationship (sending a message to a random actorRef which doesn't is the child or parent of the sending actor).