Interface CatalogTargetEventProcessor
- All Superinterfaces:
CatalogTargetIntegrator
- All Known Implementing Classes:
HarvestSurveysConnector
This interface indicates that a class can process events on behalf of a catalog target.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
passEventToCatalogTarget
(RequestedCatalogTarget requestedCatalogTarget, AssetManagerOutTopicEvent event) Perform the required integration logic for the assigned catalog target.Methods inherited from interface org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetIntegrator
getNewRequestedCatalogTargetSkeleton, integrateCatalogTarget
-
Method Details
-
passEventToCatalogTarget
void passEventToCatalogTarget(RequestedCatalogTarget requestedCatalogTarget, AssetManagerOutTopicEvent event) throws ConnectorCheckedException Perform the required integration logic for the assigned catalog target.- Parameters:
requestedCatalogTarget
- the catalog targetevent
- event to process- Throws:
ConnectorCheckedException
- there is an unrecoverable error and the connector should stop processing.
-