Interface ConnectorDefinition
- 
- All Superinterfaces:
- TelemetryBeanDefinition
 - All Known Implementing Classes:
- ConnectorConfig
 
 public interface ConnectorDefinition extends TelemetryBeanDefinition Telemetry connector definition.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The name of the connect.List<? extends PackageDefinition>getPackages()Packages may contain settings for specific sources.StringgetQueueName()The name of the queue the connector "writes" to.StringgetServiceName()The name of the IP-service associated with this connector definition- 
Methods inherited from interface org.opennms.netmgt.telemetry.config.api.TelemetryBeanDefinitiongetClassName, getParameterMap
 
- 
 
- 
- 
- 
Method Detail- 
getNameString getName() The name of the connect.- Specified by:
- getNamein interface- TelemetryBeanDefinition
- Returns:
- the protocol name
 
 - 
getQueueNameString getQueueName() The name of the queue the connector "writes" to.- Returns:
- The name of the queue the parser "writes" to. Must not be null.
 
 - 
getServiceNameString getServiceName() The name of the IP-service associated with this connector definition- Returns:
- the name of the service
 
 - 
getPackagesList<? extends PackageDefinition> getPackages() Packages may contain settings for specific sources.- Returns:
- the list of configured packages
 
 
- 
 
-