Interface CatalogTargetEventProcessor

All Superinterfaces:
org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetIntegrator

public interface CatalogTargetEventProcessor extends org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetIntegrator
This interface indicates that a class can process events on behalf of a catalog target.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    passEventToCatalogTarget(org.odpi.openmetadata.frameworks.integration.properties.RequestedCatalogTarget requestedCatalogTarget, org.odpi.openmetadata.accessservices.assetmanager.events.AssetManagerOutTopicEvent event)
    Perform the required integration logic for the assigned catalog target.

    Methods inherited from interface org.odpi.openmetadata.frameworks.integration.connectors.CatalogTargetIntegrator

    getNewRequestedCatalogTargetSkeleton, integrateCatalogTarget
  • Method Details

    • passEventToCatalogTarget

      void passEventToCatalogTarget(org.odpi.openmetadata.frameworks.integration.properties.RequestedCatalogTarget requestedCatalogTarget, org.odpi.openmetadata.accessservices.assetmanager.events.AssetManagerOutTopicEvent event) throws org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException
      Perform the required integration logic for the assigned catalog target.
      Parameters:
      requestedCatalogTarget - the catalog target
      event - event to process
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException - there is an unrecoverable error and the connector should stop processing.