Class PubSub.Unsubscribe<T>

java.lang.Object
csw.command.client.models.framework.PubSub.Unsubscribe<T>
Type Parameters:
T - represents the type of data that is subscribed
All Implemented Interfaces:
PubSub<T>, PubSub.SubscriberMessage<T>, Serializable, scala.Equals, scala.Product
Enclosing interface:
PubSub<T>

public static class PubSub.Unsubscribe<T> extends Object implements PubSub.SubscriberMessage<T>, scala.Product, Serializable
Represents a unsubscribe action

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

See Also:
  • Constructor Details

    • Unsubscribe

      public Unsubscribe(akka.actor.typed.ActorRef<T> ref)
  • Method Details

    • ref

      public akka.actor.typed.ActorRef<T> ref()