Interface Mqtt5DisconnectBuilder.SendVoid
- All Superinterfaces:
Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.SendVoid>
- Enclosing interface:
Mqtt5DisconnectBuilder
@DoNotImplement
public static interface Mqtt5DisconnectBuilder.SendVoid
extends Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.SendVoid>
Builder for a
Mqtt5Disconnect that is applied to a parent Mqtt5Client
which then sends the Disconnect message without returning a result.-
Method Summary
Modifier and TypeMethodDescriptionvoidsend()Builds theMqtt5Disconnectand applies it to the parent which then sends the Disconnect message without returning a result.Methods inherited from interface com.hivemq.client.mqtt.mqtt5.message.disconnect.Mqtt5DisconnectBuilderBase
noSessionExpiry, reasonCode, reasonString, reasonString, serverReference, serverReference, sessionExpiryInterval, userProperties, userProperties
-
Method Details
-
send
void send()Builds theMqtt5Disconnectand applies it to the parent which then sends the Disconnect message without returning a result.
-