Class PubSub.Publish<T>

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

public static class PubSub.Publish<T> extends Object implements PubSub.PublisherMessage<T>, scala.Product, Serializable
Represents a publish action

param: data of type T that gets published

See Also:
  • Constructor Details

    • Publish

      public Publish(T data)
  • Method Details

    • data

      public T data()