AnnotationCollector

class AnnotationCollector : BeanPostProcessor

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

Constructors

AnnotationCollector
Link copied to clipboard
fun AnnotationCollector()

Types

ResolvedMqttSubscriber
Link copied to clipboard
data class ResolvedMqttSubscriber(method: Method, config: MqttSubscribe)

Functions

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

Properties

subscribers
Link copied to clipboard
MultiMap of beans to its methods annotated with MqttSubscribe and the annotation itself.

Sources

jvm source
Link copied to clipboard