Package com.caplin.datasource.publisher
Interface TransformerCachingPublisher
- All Superinterfaces:
CachingPublisher
Extends the DataSource API
ActivePublisher
providing additional JTM specific methods.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deregisters the associated provider registered on the Transformer core.void
publish
(Message message, PublishFlag... flags) Methods inherited from interface com.caplin.datasource.publisher.CachingPublisher
getCachedMessageFactory, publish, publishSubjectErrorEvent, publishSubjectStatusEvent
-
Method Details
-
deregister
void deregister()Deregisters the associated provider registered on the Transformer core. The provider will no longer receive updates for requests and discards after deregister is called. -
publish
- Parameters:
message
- Message to publishflags
- Additional publish flags, seePublishFlag
-