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 TypeMethodDescriptionboolean
Java API: get the singleton instanceint
hashCode()
int
productElement
(int x$1) scala.collection.Iterator<Object>
toString()
Methods inherited from class org.apache.pekko.cluster.client.SubscribeContactPoints
equals, productElementName, productElementNames
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
equals
Methods 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:
getInstance
in classSubscribeContactPoints
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
- Overrides:
productPrefix
in classSubscribeContactPoints
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
- Overrides:
productArity
in classSubscribeContactPoints
-
productElement
- Specified by:
productElement
in interfacescala.Product
- Overrides:
productElement
in classSubscribeContactPoints
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
- Overrides:
productIterator
in classSubscribeContactPoints
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
- Overrides:
canEqual
in classSubscribeContactPoints
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSubscribeContactPoints
-
toString
- Overrides:
toString
in classSubscribeContactPoints
-