Interface Mqtt5ConnectRestrictionsBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqtt5ConnectRestrictionsare applied to the parent.
- All Superinterfaces:
Mqtt5ConnectRestrictionsBuilderBase<Mqtt5ConnectRestrictionsBuilder.Nested<P>>
- Enclosing interface:
Mqtt5ConnectRestrictionsBuilder
@DoNotImplement
public static interface Mqtt5ConnectRestrictionsBuilder.Nested<P>
extends Mqtt5ConnectRestrictionsBuilderBase<Mqtt5ConnectRestrictionsBuilder.Nested<P>>
Builder for
Mqtt5ConnectRestrictions that are applied to a parent.-
Method Summary
Modifier and TypeMethodDescriptionBuilds theMqtt5ConnectRestrictionsand applies them to the parent.Methods inherited from interface com.hivemq.client.mqtt.mqtt5.message.connect.Mqtt5ConnectRestrictionsBuilderBase
maximumPacketSize, receiveMaximum, requestProblemInformation, requestResponseInformation, sendMaximum, sendMaximumPacketSize, sendTopicAliasMaximum, topicAliasMaximum
-
Method Details
-
applyRestrictions
Builds theMqtt5ConnectRestrictionsand applies them to the parent.- Returns:
- the result when the built
Mqtt5ConnectRestrictionsare applied to the parent.
-