Interface CatalogTargetIntegrator
- All Superinterfaces:
CatalogTargetFactory
- All Known Subinterfaces:
CatalogTargetEventProcessor
CatalogTargetIntegrator is an optional interface that an integration connector can implement to walk through
the catalog targets assigned to the integration connector.
-
Method Summary
Modifier and TypeMethodDescriptionvoidintegrateCatalogTarget(RequestedCatalogTarget requestedCatalogTarget) Perform the required integration logic for the assigned catalog target.Methods inherited from interface org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetFactory
getNewRequestedCatalogTargetSkeleton
-
Method Details
-
integrateCatalogTarget
void integrateCatalogTarget(RequestedCatalogTarget requestedCatalogTarget) throws ConnectorCheckedException Perform the required integration logic for the assigned catalog target.- Parameters:
requestedCatalogTarget- the catalog target- Throws:
ConnectorCheckedException- there is an unrecoverable error and the connector should stop processing.
-