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
Types
ResolvedMqttSubscriber
Link copied to clipboard
Functions
postProcessAfterInitialization
Link copied to clipboard
open override fun postProcessAfterInitialization(bean: Any, beanName: String): Any
Content copied to clipboard
postProcessBeforeInitialization
Link copied to clipboard
@Nullable()
Content copied to clipboard
Properties
subscribers
Link copied to clipboard
val subscribers: MultiValueMap<Any, AnnotationCollector.ResolvedMqttSubscriber>
Content copied to clipboard
MultiMap of beans to its methods annotated with MqttSubscribe and the annotation itself.
Sources
jvm source
Link copied to clipboard