Class OpenLineageInTopicListener
- java.lang.Object
-
- org.odpi.openmetadata.governanceservers.openlineage.listeners.OpenLineageInTopicListener
-
- All Implemented Interfaces:
OpenMetadataTopicListener
public class OpenLineageInTopicListener extends Object implements OpenMetadataTopicListener
-
-
Constructor Summary
Constructors Constructor Description OpenLineageInTopicListener(StoringServices storingServices, OpenLineageAssetContextHandler assetContextHandler, OMRSAuditLog auditLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessEvent(String assetLineageEvent)Receives kafka events that are publish out from Asset Lineage OMAS
-
-
-
Constructor Detail
-
OpenLineageInTopicListener
public OpenLineageInTopicListener(StoringServices storingServices, OpenLineageAssetContextHandler assetContextHandler, OMRSAuditLog auditLog)
-
-
Method Detail
-
processEvent
public void processEvent(String assetLineageEvent)
Receives kafka events that are publish out from Asset Lineage OMAS- Specified by:
processEventin interfaceOpenMetadataTopicListener- Parameters:
assetLineageEvent- contains all the information needed to build asset lineage like connection details, database name, schema name, table name, derived columns details
-
-