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 Serializabletrait Producttrait Equalstrait SubscriberMessage[T]trait PubSub[T]class Objecttrait Matchableclass Any
Members list
Inherited
- Not inherited
- Product
In this article