akka.routing
Class CurrentRoutees

java.lang.Object
  extended by akka.routing.CurrentRoutees
Direct Known Subclasses:
CurrentRoutees$

public abstract class CurrentRoutees
extends java.lang.Object

Sending this message to a router will make it send back its currently used routees. A RouterRoutees message is sent asynchronously to the "requester" containing information about what routees the router is routing over.


Constructor Summary
CurrentRoutees()
           
 
Method Summary
static CurrentRoutees$ getInstance()
          Java API: get the singleton instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentRoutees

public CurrentRoutees()
Method Detail

getInstance

public static CurrentRoutees$ getInstance()
Java API: get the singleton instance