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