public interface ConnectorDefinition extends TelemetryBeanDefinition
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of the connect.
|
List<? extends PackageDefinition> |
getPackages()
Packages may contain settings for specific sources.
|
String |
getQueueName()
The name of the queue the connector "writes" to.
|
String |
getServiceName()
The name of the IP-service associated with this connector definition
|
getClassName, getParameterMap
String getName()
getName
in interface TelemetryBeanDefinition
String getQueueName()
String getServiceName()
List<? extends PackageDefinition> getPackages()
Copyright © 2021. All rights reserved.