Attributes
Members list
Type members
Classlikes
Represents a publish action
Represents a publish action
Type parameters
- T
-
represents the type of data that is published
Value parameters
- data
-
of type T that gets published
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PublisherMessage[T]trait PubSub[T]class Objecttrait Matchableclass AnyShow all
Represents the subscribe action where all the current state publishing from the particular component can be subscribed to
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SubscriberMessage[T]trait PubSub[T]class Objecttrait Matchableclass AnyShow all
Represents the subscribe action for current states specified by a set of stateNames
Represents the subscribe action for current states specified by a set of stateNames
Type parameters
- T
-
represents the type of data that is subscribed
Value parameters
- names
-
set of stateNames uniquely representating current states for a component
- ref
-
the reference of subscriber used to notify to when some data is published
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SubscriberMessage[T]trait PubSub[T]class Objecttrait Matchableclass AnyShow all
Represents the messages about subscribing data e.g Subscribe and Unsubscribe
Represents the messages about subscribing data e.g Subscribe and Unsubscribe
Type parameters
- T
-
represents the type of data that is subscribed
Attributes
- Supertypes
- Known subtypes
Represents a unsubscribe action
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SubscriberMessage[T]trait PubSub[T]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror