Interface AssetCatalogEventListener

All Known Implementing Classes:
AssetCatalogOutTopicClientConnector, AssetCatalogOutTopicEventListener

public interface AssetCatalogEventListener
AssetCatalogEventListener is the interface that a client implements to process the received events from the Asset Catalog OMAS's out topic.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process an event that was published by the Asset Catalog OMAS.
  • Method Details

    • processEvent

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