Interface MetadataPublisher
- All Superinterfaces:
ResultPublisher<QualifiedPath>
- All Known Implementing Classes:
DefaultMetadataPublisher
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.historian.gateway.api.query.ResultPublisher
ResultPublisher.PublisherState
-
Method Summary
Methods inherited from interface com.inductiveautomation.historian.gateway.api.query.ResultPublisher
cancel, finish, finishWithError, getIdentifier, getState, initializeWithFailure
-
Method Details
-
publish
Publishes metadata.- Parameters:
metadata
- The metadata to publish.- Throws:
IllegalStateException
- if the publisher is not in PUBLISHING state
-