Class DataEngineInTopicListener
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.server.listeners.DataEngineInTopicListener
-
- All Implemented Interfaces:
OpenMetadataTopicListener
public class DataEngineInTopicListener extends Object implements 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
Constructors Constructor Description 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessEvent(String dataEngineEvent)Method to pass an event received on topic.
-
-
-
Constructor Detail
-
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 Detail
-
processEvent
public void processEvent(String dataEngineEvent)
Method to pass an event received on topic.- Specified by:
processEventin interfaceOpenMetadataTopicListener- Parameters:
dataEngineEvent- inbound event
-
-