AnnotationCollector

class AnnotationCollector : BeanPostProcessor

Helper class to find all beans with methods annotated with MqttSubscribe.

Constructors

AnnotationCollector
Link copied to clipboard
fun AnnotationCollector()

Functions

postProcessAfterInitialization
Link copied to clipboard
open fun postProcessAfterInitialization(p0: Any, p1: String): Any
postProcessBeforeInitialization
Link copied to clipboard
open override fun postProcessBeforeInitialization(bean: Any, beanName: String): Any

Properties

subscribers
Link copied to clipboard
val subscribers: Map<Any, List<Method>>
Map of beans to it's methods annotated with MqttSubscribe.

Sources

jvm source
Link copied to clipboard