Interface CatalogTargetIntegrator

All Known Implementing Classes:
JDBCIntegrationConnector, KafkaTopicIntegrationConnector, PostgresServerIntegrationConnector

public interface CatalogTargetIntegrator
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 Type
    Method
    Description
    void
    Perform the required integration logic for the assigned catalog target.
  • 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.