Interface CatalogTargetIntegrator

All Superinterfaces:
CatalogTargetFactory
All Known Subinterfaces:
CatalogTargetEventProcessor

public interface CatalogTargetIntegrator extends CatalogTargetFactory
CatalogTargetIntegrator is an optional interface that an integration connector can implement to walk through the catalog targets assigned to the integration connector.
  • 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.