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