Interface Mqtt5DisconnectBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqtt5Disconnectis applied to the parent.
- All Superinterfaces:
Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.Nested<P>>
- Enclosing interface:
Mqtt5DisconnectBuilder
@DoNotImplement
public static interface Mqtt5DisconnectBuilder.Nested<P>
extends Mqtt5DisconnectBuilderBase<Mqtt5DisconnectBuilder.Nested<P>>
Builder for a
Mqtt5Disconnect that is applied to a parent.-
Method Summary
Methods inherited from interface com.hivemq.client.mqtt.mqtt5.message.disconnect.Mqtt5DisconnectBuilderBase
noSessionExpiry, reasonCode, reasonString, reasonString, serverReference, serverReference, sessionExpiryInterval, userProperties, userProperties
-
Method Details
-
applyDisconnect
Builds theMqtt5Disconnectand applies it to the parent.- Returns:
- the result when the built
Mqtt5Disconnectis applied to the parent.
-