Interface Mqtt5UserPropertiesBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqtt5UserPropertiesare applied to the parent.
- All Superinterfaces:
Mqtt5UserPropertiesBuilderBase<Mqtt5UserPropertiesBuilder.Nested<P>>
- Enclosing interface:
Mqtt5UserPropertiesBuilder
@DoNotImplement
public static interface Mqtt5UserPropertiesBuilder.Nested<P>
extends Mqtt5UserPropertiesBuilderBase<Mqtt5UserPropertiesBuilder.Nested<P>>
Builder for
Mqtt5UserProperties that are applied to a parent.-
Method Summary
-
Method Details
-
applyUserProperties
Builds theMqtt5UserPropertiesand applies them to the parent.- Returns:
- the result when the built
Mqtt5UserPropertiesare applied to the parent.
-