T
- the type of the bean which is created by this factoryB
- The type of the bean definition which defines the bean to create.public interface TelemetryBeanFactory<T,B extends TelemetryBeanDefinition>
TelemetryBeanFactory
is used to create a TelemetryBeanDefinition
.Modifier and Type | Method and Description |
---|---|
T |
createBean(B beanDefinition) |
Class<? extends T> |
getBeanClass() |
Copyright © 2021. All rights reserved.