vertx / io.vertx.reactivex.mqtt / MqttEndpoint / autoKeepAlive

autoKeepAlive

open fun autoKeepAlive(isAutoKeepAlive: Boolean): MqttEndpoint

Enable/disable auto keep alive (sending ping response)

Parameters

isAutoKeepAlive - auto keep alive

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