public class DataEngineInTopicListener extends Object implements OpenMetadataTopicListener
| Constructor and Description |
|---|
DataEngineInTopicListener(OMRSAuditLog 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processEvent(String dataEngineEvent)
Method to pass an event received on topic.
|
public DataEngineInTopicListener(OMRSAuditLog auditLog, DataEngineEventProcessor dataEngineEventProcessor)
auditLog - audit logdataEngineEventProcessor - the event processor for Data Engine OMASpublic void processEvent(String dataEngineEvent)
processEvent in interface OpenMetadataTopicListenerdataEngineEvent - inbound eventCopyright © 2018–2020 ODPi. All rights reserved.