Class GetRoutees

java.lang.Object
org.apache.pekko.routing.GetRoutees
All Implemented Interfaces:
RouterManagementMesssage
Direct Known Subclasses:
GetRoutees$

public abstract class GetRoutees extends Object implements RouterManagementMesssage
Sending this message to a router will make it send back its currently used routees. A Routees message is sent asynchronously to the "requester" containing information about what routees the router is routing over.
  • Constructor Details

    • GetRoutees

      public GetRoutees()
  • Method Details

    • getInstance

      public static GetRoutees$ getInstance()
      Java API: get the singleton instance
    • productPrefix

      public static String productPrefix()
    • productArity

      public static int productArity()
    • productElement

      public static Object productElement(int x$1)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • canEqual

      public static boolean canEqual(Object x$1)
    • hashCode

      public static int hashCode()
    • toString

      public static String toString()
    • equals

      public abstract static boolean equals(Object that)
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()