Interface OpenMetadataTopicListener
- All Known Implementing Classes:
DistributeAuditEventsFromKafkaConnector,GAFOutTopicClientConnector,OMFOutTopicClientConnector,OMRSTopicConnector,OpenLineageEventReceiverIntegrationConnector,OpenMetadataTopicListenerConnectorBase
public interface OpenMetadataTopicListener
OpenMetadataTopicListener defines the interface that a listener must implement in order to receive events
from the open metadata topic.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessEvent(String event) Method to pass an event received on topic.
-
Method Details
-
processEvent
Method to pass an event received on topic.- Parameters:
event- inbound event
-