Class DataEngineInTopicListener
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.server.listeners.DataEngineInTopicListener
- All Implemented Interfaces:
OpenMetadataTopicListener
The Data Engine in topic processor is listening events from external data engines about
metadata changes. It will handle different types of events defined in Data Engine OMAS API module.
-
Constructor Summary
ConstructorsConstructorDescriptionDataEngineInTopicListener
(AuditLog auditLog, DataEngineEventProcessor dataEngineEventProcessor) The constructor is given the connection to the out topic for Data Engine OMAS along with classes for testing and manipulating instances. -
Method Summary
Modifier and TypeMethodDescriptionvoid
processEvent
(String dataEngineEvent) Method to pass an event received on topic.
-
Constructor Details
-
DataEngineInTopicListener
public DataEngineInTopicListener(AuditLog auditLog, DataEngineEventProcessor dataEngineEventProcessor) The constructor is given the connection to the out topic for Data Engine OMAS along with classes for testing and manipulating instances.- Parameters:
auditLog
- audit logdataEngineEventProcessor
- the event processor for Data Engine OMAS
-
-
Method Details
-
processEvent
Method to pass an event received on topic.- Specified by:
processEvent
in interfaceOpenMetadataTopicListener
- Parameters:
dataEngineEvent
- inbound event
-