Package akka.routing
Class GetRoutees
- java.lang.Object
-
- akka.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. ARoutees
message 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 boolean
canEqual(java.lang.Object x$1)
abstract static boolean
equals(java.lang.Object that)
static GetRoutees$
getInstance()
Java API: get the singleton instancestatic int
hashCode()
static int
productArity()
static java.lang.Object
productElement(int x$1)
static java.lang.String
productElementName(int n)
static scala.collection.Iterator<java.lang.String>
productElementNames()
static scala.collection.Iterator<java.lang.Object>
productIterator()
static java.lang.String
productPrefix()
static java.lang.String
toString()
-
-
-
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()
-
-