Class SurveyApacheKafkaServerConnector

All Implemented Interfaces:
AuditLoggingComponent, SecureConnectorExtension, VirtualConnectorExtension, SurveyActionService

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

    • SurveyApacheKafkaServerConnector

      public SurveyApacheKafkaServerConnector()
  • 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.