Interface Mqtt5DisconnectBuilder.Send<P>
- Type Parameters:
P- the type of the result when the builtMqtt5Disconnectis sent by the parent.
- All Superinterfaces:
Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.Send<P>>
- Enclosing interface:
Mqtt5DisconnectBuilder
@DoNotImplement
public static interface Mqtt5DisconnectBuilder.Send<P>
extends Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.Send<P>>
Builder for a
Mqtt5Disconnect that is applied to a parent Mqtt5Client
which then sends the Disconnect message.-
Method Summary
Modifier and TypeMethodDescriptionsend()Builds theMqtt5Disconnectand applies it to the parent which then sends the Disconnect message.Methods inherited from interface com.hivemq.client.mqtt.mqtt5.message.disconnect.Mqtt5DisconnectBuilderBase
noSessionExpiry, reasonCode, reasonString, reasonString, serverReference, serverReference, sessionExpiryInterval, userProperties, userProperties
-
Method Details
-
send
Builds theMqtt5Disconnectand applies it to the parent which then sends the Disconnect message.- Returns:
- the result when the built
Mqtt5Disconnectis sent by the parent.
-