expectAcknowledgement method
Sets the message up to request acknowledgement from the broker for each topic subscription.
Implementation
MqttUnsubscribeMessage expectAcknowledgement() {
header!.withQos(MqttQos.atLeastOnce);
return this;
}
Sets the message up to request acknowledgement from the broker for each topic subscription.
MqttUnsubscribeMessage expectAcknowledgement() {
header!.withQos(MqttQos.atLeastOnce);
return this;
}