Unsubscribe

org.apache.pekko.cluster.pubsub.DistributedPubSubMediator.Unsubscribe
See theUnsubscribe companion object
final case class Unsubscribe(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)
def this(topic: String, group: String, ref: ActorRef)

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product