open fun disconnectHandler(handler: Handler<Void>): MqttEndpoint
Set a disconnect handler on the MQTT endpoint. This handler is called when a DISCONNECT message is received by the remote MQTT client
Return
a reference to this, so the API can be used fluently