Interface CatalogTargetEventProcessor

All Superinterfaces:
CatalogTargetFactory, CatalogTargetIntegrator

public interface CatalogTargetEventProcessor extends CatalogTargetIntegrator
This interface indicates that a class can process events on behalf of a catalog target.
  • 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 target
      event - event to process
      Throws:
      ConnectorCheckedException - there is an unrecoverable error and the connector should stop processing.