Class AssetCatalogOutTopicEventListener
java.lang.Object
org.odpi.openmetadata.integrationservices.search.contextmanager.AssetCatalogOutTopicEventListener
- All Implemented Interfaces:
AssetCatalogEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processEvent
(AssetCatalogEvent event) Process an event that was published by the Asset Catalog OMAS.void
setSearchIntegratorConnector
(SearchIntegratorConnector searchIntegratorConnector)
-
Constructor Details
-
AssetCatalogOutTopicEventListener
public AssetCatalogOutTopicEventListener()
-
-
Method Details
-
getSearchIntegratorConnector
-
setSearchIntegratorConnector
-
processEvent
Description copied from interface:AssetCatalogEventListener
Process an event that was published by the Asset Catalog OMAS.- Specified by:
processEvent
in interfaceAssetCatalogEventListener
- Parameters:
event
- event object - call getEventType to find out what type of event.
-