Interface OMRSTopicListener
-
- All Superinterfaces:
OMRSTopicRepositoryEventListener
- All Known Implementing Classes:
OMRSTopicListenerBase,OMRSTopicListenerWrapper
public interface OMRSTopicListener extends OMRSTopicRepositoryEventListener
OMRSTopicListener defines the interface that a listener must implement in order to receive events from the OMRSTopicConnector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessRegistryEvent(OMRSRegistryEvent event)Method to pass a Registry event received on topic.-
Methods inherited from interface org.odpi.openmetadata.repositoryservices.connectors.omrstopic.OMRSTopicRepositoryEventListener
processInstanceEvent, processTypeDefEvent
-
-
-
-
Method Detail
-
processRegistryEvent
void processRegistryEvent(OMRSRegistryEvent event)
Method to pass a Registry event received on topic.- Parameters:
event- inbound event
-
-