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