vertx / io.vertx.rxjava.mqtt / MqttClient / rxPublish

rxPublish

open fun rxPublish(topic: String, payload: Buffer, qosLevel: MqttQoS, isDup: Boolean, isRetain: Boolean): Single<Int>

Sends the PUBLISH message to the remote MQTT server

Parameters

topic - topic on which the message is published

payload - message payload

qosLevel - QoS level

isDup - if the message is a duplicate

isRetain - if the message needs to be retained

Return