Interface OpenMetadataTopicListener
-
- All Known Implementing Classes:
OMRSTopicConnector,OpenMetadataTopicListenerConnectorBase
public interface OpenMetadataTopicListenerOpenMetadataTopicListener defines the interface that a listener must implement in order to receive events from the open metadata topic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessEvent(String event)Method to pass an event received on topic.
-
-
-
Method Detail
-
processEvent
void processEvent(String event)
Method to pass an event received on topic.- Parameters:
event- inbound event
-
-