@DoNotImplement public static interface Mqtt5DisconnectBuilder.SendVoid extends Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.SendVoid>
Mqtt5Disconnect that is applied to a parent Mqtt5Client
which then sends the Disconnect message without returning a result.| Modifier and Type | Method and Description |
|---|---|
void |
send()
Builds the
Mqtt5Disconnect and applies it to the parent which then sends the Disconnect message
without returning a result. |
noSessionExpiry, reasonCode, reasonString, reasonString, serverReference, serverReference, sessionExpiryInterval, userProperties, userPropertiesvoid send()
Mqtt5Disconnect and applies it to the parent which then sends the Disconnect message
without returning a result.