vertx-mqtt
vertx-mqtt copied to clipboard
fix Deprecated Warning
- messageId
- password
- willMessage
@dushibaiyu , sorry, I did not get it. Which warning are you trying to fix? Can you explain?
@dushibaiyu , this PR also contains some parts from the https://github.com/vert-x3/vertx-mqtt/pull/101. Can you remove it, so the PR will contain only original changes?
@Sammers21 Ok. i have remove the #101 commit.
- In class MqttPublishVariableHeader the messageId() is deprecated it return the packetId.
- In class MqttConnectPayload the willMessage() and password() is deprecated .