Package org.apache.pekko.routing
Class GetRoutees
- java.lang.Object
 - 
- org.apache.pekko.routing.GetRoutees
 
 
- 
- All Implemented Interfaces:
 RouterManagementMesssage
- Direct Known Subclasses:
 GetRoutees$
public abstract class GetRoutees extends java.lang.Object implements RouterManagementMesssage
Sending this message to a router will make it send back its currently used routees. ARouteesmessage is sent asynchronously to the "requester" containing information about what routees the router is routing over. 
- 
- 
Constructor Summary
Constructors Constructor Description GetRoutees() 
- 
Method Summary
All Methods Static Methods Abstract Methods Concrete Methods Modifier and Type Method Description static booleancanEqual(java.lang.Object x$1)abstract static booleanequals(java.lang.Object that)static GetRoutees$getInstance()Java API: get the singleton instancestatic inthashCode()static intproductArity()static java.lang.ObjectproductElement(int x$1)static java.lang.StringproductElementName(int n)static scala.collection.Iterator<java.lang.String>productElementNames()static scala.collection.Iterator<java.lang.Object>productIterator()static java.lang.StringproductPrefix()static java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static GetRoutees$ getInstance()
Java API: get the singleton instance 
- 
productPrefix
public static java.lang.String productPrefix()
 
- 
productArity
public static int productArity()
 
- 
productElement
public static java.lang.Object productElement(int x$1)
 
- 
productIterator
public static scala.collection.Iterator<java.lang.Object> productIterator()
 
- 
canEqual
public static boolean canEqual(java.lang.Object x$1)
 
- 
hashCode
public static int hashCode()
 
- 
toString
public static java.lang.String toString()
 
- 
equals
public abstract static boolean equals(java.lang.Object that)
 
- 
productElementName
public static java.lang.String productElementName(int n)
 
- 
productElementNames
public static scala.collection.Iterator<java.lang.String> productElementNames()
 
 - 
 
 -