Interface AssetCatalogEventListener
- All Known Implementing Classes:
AssetCatalogOutTopicClientConnector
,AssetCatalogOutTopicEventListener
public interface AssetCatalogEventListener
AssetCatalogEventListener is the interface that a client implements to
register to receive the events from the Asset Catalog OMAS's out topic.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processEvent
(AssetCatalogEvent event) Process an event that was published by the Asset Catalog OMAS.
-
Method Details
-
processEvent
Process an event that was published by the Asset Catalog OMAS.- Parameters:
event
- event object - call getEventType to find out what type of event.
-