Class RequestedCatalogTargetsManager

java.lang.Object
org.odpi.openmetadata.frameworks.integration.connectors.RequestedCatalogTargetsManager
All Implemented Interfaces:
CatalogTargetChangeListener

public class RequestedCatalogTargetsManager extends Object implements CatalogTargetChangeListener
Manages the map of catalog targets that this integration connector is working with.
  • Constructor Details

    • RequestedCatalogTargetsManager

      public RequestedCatalogTargetsManager(Map<String,Object> connectorConfigProperties, String connectorName, AuditLog auditLog)
      Constructor - passed the values from the integration connector that are needed by each catalog target,
      Parameters:
      connectorConfigProperties - base configuration properties - these are overlaid with the config properties from the catalog target relationship
      connectorName - can of this connector for error messages
      auditLog - audit log for this connector
  • Method Details