java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.governanceservers.dataengineproxy.connectors.DataEngineConnectorBase
All Implemented Interfaces:
SecureConnectorExtension, DataEngineInterface

public abstract class DataEngineConnectorBase extends ConnectorBase implements DataEngineInterface
Base implementation of a Data Engine Connector, implementing all the required methods any Data Engine Connector is expected to provide (via the DataEngineInterface). It is an abstract class as on its own it does absolutely nothing, and therefore a Data Engine Connector needs to extend it and override at least one of the methods to actually do something.