Subscribe

org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Subscribe
See theSubscribe companion object
final case class Subscribe(topic: String, group: Option[String], ref: ActorRef)

Attributes

Companion
object
Source
DistributedPubSubMediator.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(topic: String, ref: ActorRef)

Convenience constructor with group None

Convenience constructor with group None

Attributes

Source
DistributedPubSubMediator.scala
def this(topic: String, group: String, ref: ActorRef)

Java API: constructor with group: String

Java API: constructor with group: String

Attributes

Source
DistributedPubSubMediator.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product