Class ConnectorBroker

java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorBroker

public class ConnectorBroker extends Object
The ConnectorBroker is a generic factory for Open Connector Framework (OCF) Connectors. The OCF provides a default implementation because all the implementation that is specific to a particular type of connector is delegated to the connector provider specified in the connection.
  • Constructor Details

    • ConnectorBroker

      public ConnectorBroker()
      Typical constructor
    • ConnectorBroker

      public ConnectorBroker(AuditLog auditLog)
      Constructor to supply the audit log to all connectors that implement the AuditLoggingConnector interface.
      Parameters:
      auditLog - audit log to pass on to the connector providers
  • Method Details