Annotation Collector
Helper class to find all beans with methods annotated with MqttSubscribe.
Constructors
AnnotationCollector
Link copied to clipboard
fun AnnotationCollector()
Content copied to clipboard
Functions
postProcessAfterInitialization
Link copied to clipboard
@Nullable()
Content copied to clipboard
postProcessBeforeInitialization
Link copied to clipboard
open override fun postProcessBeforeInitialization(bean: Any, beanName: String): Any
Content copied to clipboard
Properties
subscribers
Link copied to clipboard
Map of beans to it's methods annotated with MqttSubscribe.
Sources
jvm source
Link copied to clipboard