Class SurveyApacheAtlasConnector

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, SurveyActionService

public class SurveyApacheAtlasConnector extends SurveyActionServiceConnector
This connector builds a profile of the types and instances in an Apache Atlas server.
  • Constructor Details

    • SurveyApacheAtlasConnector

      public SurveyApacheAtlasConnector()
  • Method Details

    • start

      public void start() throws ConnectorCheckedException
      Indicates that the discovery service is completely configured and can begin processing. This is where the function of the discovery service is implemented. This is a standard method from the Open Connector Framework (OCF) so be sure to call super.start() in your version.
      Overrides:
      start in class SurveyActionServiceConnector
      Throws:
      ConnectorCheckedException - there is a problem within the discovery service.