Spring Aware Mqtt5 Client
class SpringAwareMqtt5Client(delegate: Mqtt5Client, connectOptions: Mqtt5Connect) : Mqtt5Client, InitializingBean, DisposableBean
Content copied to clipboard
Subclass of the mqtt 5 client to expose with awareness of the Spring lifecycle. Connects on creation and disconnects on destruction. All other methods are delegated to an internal instance.
Constructors
SpringAwareMqtt5Client
Link copied to clipboard
fun SpringAwareMqtt5Client(delegate: Mqtt5Client, connectOptions: Mqtt5Connect = Mqtt5Connect.builder().build())
Content copied to clipboard
Functions
afterPropertiesSet
Link copied to clipboard
open override fun afterPropertiesSet()
Content copied to clipboard
getConfig
Link copied to clipboard
getState
Link copied to clipboard
toAsync
Link copied to clipboard
toBlocking
Link copied to clipboard
toRx
Link copied to clipboard
Sources
jvm source
Link copied to clipboard