Subscribe

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

Represents the subscribe action where all the current state publishing from the particular component can be subscribed to

Type parameters

T

represents the type of data that is subscribed

Value parameters

ref

the reference of subscriber used to notify to when some data is published

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product