Package de. smartsquare. starter. mqtt
Types
AnnotationCollector
Link copied to clipboard
BrokerConnectException
Link copied to clipboard
class BrokerConnectException(message: String, cause: Throwable?) : RuntimeException
Content copied to clipboard
MqttAutoConfiguration
Link copied to clipboard
MqttConfigurationException
Link copied to clipboard
MqttMessageAdapter
Link copied to clipboard
MqttPublisher
Link copied to clipboard
MqttRouter
Link copied to clipboard
class MqttRouter(collector: AnnotationCollector, adapter: MqttMessageAdapter, config: MqttProperties, client: Mqtt3Client) : InitializingBean
Content copied to clipboard
Helper class that subscribes to the mqtt broker and routes received messages to the configured subscribers (methods annotated with MqttSubscribe).
MqttSubscribe
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER ] )
Content copied to clipboard