Interface AssetManagerEventListener
- All Known Implementing Classes:
ApacheAtlasIntegrationConnector
,GovernanceActionOpenLineageIntegrationConnector
,HarvestSurveysCatalogTargetProcessor
,HarvestSurveysConnector
,OSSUnityCatalogInsideCatalogSyncConnector
,OSSUnityCatalogServerSyncConnector
public interface AssetManagerEventListener
AssetManagerEventListener is the interface that a client implements to
register to receive the events from the Asset Manager OMAS's out topic.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Process an event that was published by the Asset Manager OMAS.
-
Method Details
-
processEvent
Process an event that was published by the Asset Manager OMAS.- Parameters:
event
- event object - call getEventType to find out what type of event.
-