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 SummaryFieldsModifier and TypeFieldDescriptionstatic final SubscribeContactPoints$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.SubscribeContactPointsequals, productElementName, productElementNamesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualsequalsMethods inherited from interface scala.ProductproductElementName, productElementNames
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
SubscribeContactPoints$public SubscribeContactPoints$()
 
- 
- 
Method Details- 
getInstanceJava API: get the singleton instance- Overrides:
- getInstancein class- SubscribeContactPoints
 
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
- Overrides:
- productPrefixin class- SubscribeContactPoints
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
- Overrides:
- productArityin class- SubscribeContactPoints
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
- Overrides:
- productElementin class- SubscribeContactPoints
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
- Overrides:
- productIteratorin class- SubscribeContactPoints
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
- Overrides:
- canEqualin class- SubscribeContactPoints
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- SubscribeContactPoints
 
- 
toString- Overrides:
- toStringin class- SubscribeContactPoints
 
 
-