open fun unsubscribeAcknowledge(unsubscribeMessageId: Int): MqttEndpoint
Sends the UNSUBACK message to the remote MQTT client
unsubscribeMessageId - identifier of the UNSUBSCRIBE message to acknowledge
Return
a reference to this, so the API can be used fluently