Package org.apache.pekko.cluster.client
Class GetClusterClients$
java.lang.Object
org.apache.pekko.cluster.client.GetClusterClients
org.apache.pekko.cluster.client.GetClusterClients$
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
Get the cluster clients known to this receptionist. A
ClusterClients message
will be replied.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GetClusterClients$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanJava API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.cluster.client.GetClusterClients
equals, productElementName, productElementNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
GetClusterClients$
public GetClusterClients$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance- Overrides:
getInstancein classGetClusterClients
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classGetClusterClients
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classGetClusterClients
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classGetClusterClients
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classGetClusterClients
-
canEqual
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classGetClusterClients
-
hashCode
public int hashCode()- Overrides:
hashCodein classGetClusterClients
-
toString
- Overrides:
toStringin classGetClusterClients
-