Class AssetLineageEventListener
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetlineage.event.AssetLineageEventListener
-
public abstract class AssetLineageEventListener extends Object
AssetLineageEventListener is the interface that a client implements to register to receive the events from the Asset Lineage's out topic.
-
-
Constructor Summary
Constructors Constructor Description AssetLineageEventListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidprocessEvent(String event)Process an event that was published by the Asset Lineage OMAS.
-
-
-
Method Detail
-
processEvent
public abstract void processEvent(String event)
Process an event that was published by the Asset Lineage OMAS.- Parameters:
event- event object - call getEventType to find out what type of event.
-
-