java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.connectorcontext.ConnectorContextClientBase
org.odpi.openmetadata.frameworks.opengovernance.connectorcontext.ConnectorConfigClient

public class ConnectorConfigClient extends ConnectorContextClientBase
Provides the methods to create, query and maintain the open metadata that controls running connectors.
  • Constructor Details

    • ConnectorConfigClient

      public ConnectorConfigClient(ConnectorContextBase parentContext, String localServerName, String localServiceName, String connectorUserId, String connectorGUID, String externalSourceGUID, String externalSourceName, GovernanceConfiguration governanceConfigurationClient, AuditLog auditLog, int maxPageSize)
      Constructor for connector context client.
      Parameters:
      parentContext - connector's context
      localServerName - local server where this client is running - used for error handling
      localServiceName - local service that his connector is hosted by - used for error handling
      connectorUserId - the userId to use with all requests for open metadata
      connectorGUID - the unique identifier that represents this connector in open metadata
      externalSourceGUID - unique identifier of the software server capability for the source of metadata
      externalSourceName - unique name of the software server capability for the source of metadata
      governanceConfigurationClient - client to access open metadata
      auditLog - logging destination
      maxPageSize - max number of elements that can be returned on a query