Unsubscribe

csw.command.client.models.framework.PubSub.Unsubscribe
case class Unsubscribe[T](ref: ActorRef[T]) extends SubscriberMessage[T]

Represents a unsubscribe action

Type parameters

T

represents the type of data that is subscribed

Value parameters

ref

the reference of subscriber that no longer wishes to receive notification for published data

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PubSub[T]
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product