open fun unsubscribeCompletionHandler(unsubscribeCompletionHandler: Handler<Int>): MqttClient
Sets handler which will be called after UNSUBACK packet receiving
unsubscribeCompletionHandler - handler to call with the packetid
Return
current MQTT client instance