Interface Mqtt5ClientAdvancedConfigBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqtt5ClientAdvancedConfigis applied to the parent.
- All Superinterfaces:
Mqtt5ClientAdvancedConfigBuilderBase<Mqtt5ClientAdvancedConfigBuilder.Nested<P>>
- Enclosing interface:
Mqtt5ClientAdvancedConfigBuilder
@DoNotImplement
public static interface Mqtt5ClientAdvancedConfigBuilder.Nested<P>
extends Mqtt5ClientAdvancedConfigBuilderBase<Mqtt5ClientAdvancedConfigBuilder.Nested<P>>
Builder for a
Mqtt5ClientAdvancedConfig that is applied to a parent.-
Method Summary
Modifier and TypeMethodDescriptionBuilds theMqtt5ClientAdvancedConfigand applies it to the parent.Methods inherited from interface com.hivemq.client.mqtt.mqtt5.advanced.Mqtt5ClientAdvancedConfigBuilderBase
allowServerReAuth, interceptors, interceptors, validatePayloadFormat
-
Method Details
-
applyAdvancedConfig
Builds theMqtt5ClientAdvancedConfigand applies it to the parent.- Returns:
- the result when the built
Mqtt5ClientAdvancedConfigis applied to the parent.
-