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>
,java.io.Serializable
,scala.Equals
,scala.Product
public static class PubSub.Publish<T> extends java.lang.Object implements PubSub.PublisherMessage<T>, scala.Product, java.io.Serializable
Represents a publish actionparam: data of type T that gets published
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface csw.command.client.models.framework.PubSub
PubSub.Publish<T>, PubSub.Publish$, PubSub.PublisherMessage<T>, PubSub.Subscribe<T>, PubSub.Subscribe$, PubSub.SubscribeOnly<T>, PubSub.SubscribeOnly$, PubSub.SubscriberMessage<T>, PubSub.Unsubscribe<T>, PubSub.Unsubscribe$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
data()
-