Package akka.cluster.pubsub
Class DistributedPubSubMediator.Count$
- java.lang.Object
- 
- akka.cluster.pubsub.DistributedPubSubMediator.Count
- 
- akka.cluster.pubsub.DistributedPubSubMediator.Count$
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- scala.Equals,- scala.Product
 - Enclosing class:
- DistributedPubSubMediator
 
 public static class DistributedPubSubMediator.Count$ extends DistributedPubSubMediator.Count implements scala.Product, java.io.Serializable Scala API: Send this message to the mediator and it will reply with anIntof the number of subscribers. Only for testing purposes, to poll/await replication.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static DistributedPubSubMediator.Count$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Count$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)inthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
MODULE$public static final DistributedPubSubMediator.Count$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) - Specified by:
- canEqualin interface- scala.Equals
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-