Package org.apache.pekko.cluster.client
Class SubscribeContactPoints$
java.lang.Object
org.apache.pekko.cluster.client.SubscribeContactPoints
org.apache.pekko.cluster.client.SubscribeContactPoints$
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
public class SubscribeContactPoints$
extends SubscribeContactPoints
implements scala.Product, Serializable
Subscribe to a cluster client's contact point changes where
it is guaranteed that a sender receives the initial state
of contact points prior to any events in relation to them
changing.
The sender will automatically become unsubscribed when it
terminates.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SubscribeContactPoints$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.SubscribeContactPoints
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
-
SubscribeContactPoints$
public SubscribeContactPoints$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance- Overrides:
getInstancein classSubscribeContactPoints
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classSubscribeContactPoints
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classSubscribeContactPoints
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classSubscribeContactPoints
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classSubscribeContactPoints
-
canEqual
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classSubscribeContactPoints
-
hashCode
public int hashCode()- Overrides:
hashCodein classSubscribeContactPoints
-
toString
- Overrides:
toStringin classSubscribeContactPoints
-