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 Details

    • StewardshipActionEventListener

      public StewardshipActionEventListener()
  • Method Details

    • 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.