withWillTopic method
Sets the Will Topic
Implementation
MqttConnectMessage withWillTopic(String willTopic) {
will();
payload.willTopic = willTopic;
return this;
}
Sets the Will Topic
MqttConnectMessage withWillTopic(String willTopic) {
will();
payload.willTopic = willTopic;
return this;
}