Interface ConnectorDefinition

    • Method Detail

      • getName

        java.lang.String getName()
        The name of the connect.
        Specified by:
        getName in interface TelemetryBeanDefinition
        Returns:
        the protocol name
      • getQueueName

        java.lang.String getQueueName()
        The name of the queue the connector "writes" to.
        Returns:
        The name of the queue the parser "writes" to. Must not be null.
      • getServiceName

        java.lang.String getServiceName()
        The name of the IP-service associated with this connector definition
        Returns:
        the name of the service
      • getPackages

        java.util.List<? extends PackageDefinition> getPackages()
        Packages may contain settings for specific sources.
        Returns:
        the list of configured packages