Mqtt Router
abstract class MqttRouter(collector: AnnotationCollector, adapter: MqttMessageAdapter, config: MqttProperties) : InitializingBean
Content copied to clipboard
Abstract base class for all routers that handles the common implementation.
Constructors
MqttRouter
Link copied to clipboard
fun MqttRouter(collector: AnnotationCollector, adapter: MqttMessageAdapter, config: MqttProperties)
Content copied to clipboard
Functions
afterPropertiesSet
Link copied to clipboard
open override fun afterPropertiesSet()
Content copied to clipboard
Inheritors
Sources
jvm source
Link copied to clipboard