Interface CatalogTargetEventProcessor
- All Superinterfaces:
CatalogTargetFactory,CatalogTargetIntegrator
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.CatalogTargetFactory
getNewRequestedCatalogTargetSkeletonMethods inherited from interface org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetIntegrator
integrateCatalogTarget
-
Method Details
-
passEventToCatalogTarget
void passEventToCatalogTarget(RequestedCatalogTarget requestedCatalogTarget, OpenMetadataOutTopicEvent event) throws ConnectorCheckedException Perform the required integration logic for the assigned catalog target. When an event is received, this method is called for each catalog target.- Parameters:
requestedCatalogTarget- the catalog targetevent- event to process- Throws:
ConnectorCheckedException- there is an unrecoverable error and the connector should stop processing.
-