Interface Mqtt3ConnectRestrictionsBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqtt3ConnectRestrictionsare applied to the parent.
- All Superinterfaces:
Mqtt3ConnectRestrictionsBuilderBase<Mqtt3ConnectRestrictionsBuilder.Nested<P>>
- Enclosing interface:
Mqtt3ConnectRestrictionsBuilder
@DoNotImplement
public static interface Mqtt3ConnectRestrictionsBuilder.Nested<P>
extends Mqtt3ConnectRestrictionsBuilderBase<Mqtt3ConnectRestrictionsBuilder.Nested<P>>
Builder for
Mqtt3ConnectRestrictions that are applied to a parent.-
Method Summary
Modifier and TypeMethodDescriptionBuilds theMqtt3ConnectRestrictionsand applies them to the parent.Methods inherited from interface com.hivemq.client.mqtt.mqtt3.message.connect.Mqtt3ConnectRestrictionsBuilderBase
sendMaximum, sendMaximumPacketSize
-
Method Details
-
applyRestrictions
Builds theMqtt3ConnectRestrictionsand applies them to the parent.- Returns:
- the result when the built
Mqtt3ConnectRestrictionsare applied to the parent.
-