P - the type of the result when the built Mqtt5Disconnect is sent by the parent.@DoNotImplement public static interface Mqtt5DisconnectBuilder.Send<P> extends Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.Send<P>>
Mqtt5Disconnect that is applied to a parent Mqtt5Client
which then sends the Disconnect message.| Modifier and Type | Method and Description |
|---|---|
P |
send()
Builds the
Mqtt5Disconnect and applies it to the parent which then sends the Disconnect message. |
noSessionExpiry, reasonCode, reasonString, reasonString, serverReference, serverReference, sessionExpiryInterval, userProperties, userProperties@NotNull P send()
Mqtt5Disconnect and applies it to the parent which then sends the Disconnect message.Mqtt5Disconnect is sent by the parent.