Mqtt5 Publisher
Class with convenience methods for publishing a message on the mqtt broker.
Constructors
Mqtt5Publisher
Link copied to clipboard
Functions
publish
Link copied to clipboard
fun publish(topic: String, qos: MqttQos, payload: Any): CompletableFuture<Mqtt5PublishResult>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard