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