Class CollectionStopMessage

java.lang.Object
org.apache.pekko.cluster.metrics.CollectionStopMessage

public class CollectionStopMessage extends Object
Command for ClusterMetricsSupervisor to stop metrics collection.
  • Constructor Details

    • CollectionStopMessage

      public CollectionStopMessage()
  • Method Details

    • getInstance

      public static CollectionStopMessage$ getInstance()
      Java API
    • 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()