Uses of Enum Class
com.caplin.datasource.publisher.PublishFlag
Package
Description
Defines the methods of providing and publishing data that are used by DataSource for Java.
-
Uses of PublishFlag in com.caplin.datasource.publisher
Modifier and TypeMethodDescriptionstatic PublishFlag
Returns the enum constant of this class with the specified name.static PublishFlag[]
PublishFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TransformerCachingPublisher.publish
(Message message, PublishFlag... flags) void
TransformerPublisher.publishInitialMessage
(Message message, PublishFlag... flags) void
TransformerPublisher.publishToSubscribedPeers
(Message message, PublishFlag... flags) -
Uses of PublishFlag in com.caplin.jtm
Modifier and TypeMethodDescriptionvoid
DataCache.put
(String objectName, PublishFlag... flags) Updates the flags for the specified object.