Interface OMRSTopicListener
- All Superinterfaces:
OMRSTopicRepositoryEventListener
- All Known Implementing Classes:
OMRSTopicListenerBase,OMRSTopicListenerWrapper
OMRSTopicListener defines the interface that a listener must implement in order to receive events
from the OMRSTopicConnector.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethod to pass a Registry event received on topic.Methods inherited from interface org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSTopicRepositoryEventListener
processInstanceEvent, processTypeDefEvent
-
Method Details
-
processRegistryEvent
Method to pass a Registry event received on topic.- Parameters:
event- inbound event
-