Package org.apache.pekko.cluster.pubsub
Class DistributedPubSubMediator.Subscribe
java.lang.Object
org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- DistributedPubSubMediator
public static final class DistributedPubSubMediator.Subscribe
extends Object
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
scala.Option<String>
boolean
scala.Option<String>
group()
int
hashCode()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
ref()
topic()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Subscribe
-
Subscribe
Convenience constructor withgroup
None -
Subscribe
Java API: constructor with group: String
-
-
Method Details
-
topic
-
group
-
ref
-
copy
public DistributedPubSubMediator.Subscribe copy(String topic, scala.Option<String> group, ActorRef ref) -
copy$default$1
-
copy$default$2
-
copy$default$3
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-