withWillMessage method
Sets the will message.
Implementation
MqttConnectMessage withWillMessage(String willMessage) {
will();
payload.willMessage = willMessage;
return this;
}
Sets the will message.
MqttConnectMessage withWillMessage(String willMessage) {
will();
payload.willMessage = willMessage;
return this;
}