publish
fun publish(topic: String, qos: MqttQos, payload: Any): CompletableFuture<Mqtt3Publish>
Content copied to clipboard
Publishes the given payload on topic with quality of service level qos. Returns a CompletableFuture that is completed once the broker has accepted the message.
Sources
jvm source
Link copied to clipboard