Class AssetConsumerEventListener

java.lang.Object
org.odpi.openmetadata.accessservices.assetconsumer.api.AssetConsumerEventListener

public abstract class AssetConsumerEventListener extends Object
AssetConsumerEventListener is the interface that a client implements to register to receive the events from the Asset Consumer OMAS.
  • Constructor Details

    • AssetConsumerEventListener

      public AssetConsumerEventListener()
  • Method Details

    • processEvent

      public abstract void processEvent(AssetConsumerOutTopicEvent event)
      Process an event that was published by the Asset Consumer OMAS.
      Parameters:
      event - event object - call getEventType to find out what type of event.