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 TypeMethodDescriptionvoidpassEventToCatalogTarget(RequestedCatalogTarget requestedCatalogTarget, OpenMetadataOutTopicEvent 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, OpenMetadataOutTopicEvent 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.
-