Interface OpenMetadataTopicListener
- All Known Implementing Classes:
AssetConsumerOutTopicClientConnector
,AssetManagerOutTopicClientConnector
,AssetOwnerOutTopicClientConnector
,CommunityProfileOutTopicClientConnector
,DataManagerOutTopicClientConnector
,DigitalArchitectureOutTopicClientConnector
,DistributeAuditEventsFromKafkaConnector
,GovernanceServerOutTopicClientConnector
,ITInfrastructureOutTopicClientConnector
,OMRSTopicConnector
,OpenLineageEventReceiverIntegrationConnector
,OpenMetadataTopicListenerConnectorBase
,SecurityManagerOutTopicClientConnector
,StewardshipActionOutTopicClientConnector
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 TypeMethodDescriptionvoid
processEvent
(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
-