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
Mqtt3ClientConfigurer
Link copied to clipboard
interface Mqtt3ClientConfigurer
Content copied to clipboard
Interface to enable more advanced configuration for the Mqtt3ClientBuilder than what is possible with the properties.
Mqtt3Publisher
Link copied to clipboard
Mqtt3Router
Link copied to clipboard
class Mqtt3Router(collector: AnnotationCollector, adapter: MqttMessageAdapter, config: MqttProperties, client: Mqtt3Client) : MqttRouter
Content copied to clipboard
Helper class that subscribes to the mqtt broker and routes received messages to the configured subscribers (methods annotated with MqttSubscribe).
Mqtt5ClientConfigurer
Link copied to clipboard
interface Mqtt5ClientConfigurer
Content copied to clipboard
Interface to enable more advanced configuration for the Mqtt5ClientBuilder than what is possible with the properties.
Mqtt5Publisher
Link copied to clipboard
Mqtt5Router
Link copied to clipboard
class Mqtt5Router(collector: AnnotationCollector, adapter: MqttMessageAdapter, config: MqttProperties, client: Mqtt5Client) : MqttRouter
Content copied to clipboard
Helper class that subscribes to the mqtt broker and routes received messages to the configured subscribers (methods annotated with MqttSubscribe).
MqttAutoConfiguration
Link copied to clipboard
MqttConfigurationException
Link copied to clipboard
MqttMessageAdapter
Link copied to clipboard
MqttRouter
Link copied to clipboard
abstract class MqttRouter(collector: AnnotationCollector, adapter: MqttMessageAdapter, config: MqttProperties) : InitializingBean
Content copied to clipboard
MqttSubscribe
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER ] )
Content copied to clipboard
MqttVersion
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.FIELD ] )
Content copied to clipboard
MqttVersionValidator
Link copied to clipboard
SpringAwareMqtt3Client
Link copied to clipboard
class SpringAwareMqtt3Client(delegate: Mqtt3Client, connectOptions: Mqtt3Connect) : Mqtt3Client, InitializingBean, DisposableBean
Content copied to clipboard
SpringAwareMqtt5Client
Link copied to clipboard
class SpringAwareMqtt5Client(delegate: Mqtt5Client, connectOptions: Mqtt5Connect) : Mqtt5Client, InitializingBean, DisposableBean
Content copied to clipboard