vertx / io.vertx.reactivex.mqtt / MqttEndpoint / publishReleaseHandler

publishReleaseHandler

open fun publishReleaseHandler(handler: Handler<Int>): MqttEndpoint

Set the pubrel handler on the MQTT endpoint. This handler is called when a PUBREL message is received by the remote MQTT client

Parameters

handler - the handler

Return
a reference to this, so the API can be used fluently