public interface TelemetryBeanDefinition
TelemetryBeanDefinition defines a bean in order to create it afterwards usually via a Factory.
 It is required in order to allow configuration of beans via a properties file, to for example configure
 some features and later instantiate the bean accordingly.| Modifier and Type | Method and Description | 
|---|---|
String | 
getClassName()
The type of the bean 
 | 
String | 
getName()
The name of the bean 
 | 
Map<String,String> | 
getParameterMap()
Additional parameters for the bean, e.g. 
 | 
Copyright © 2021. All rights reserved.