public static class MqttClientAdvancedConfigBuilder.Nested<P> extends MqttClientAdvancedConfigBuilder<MqttClientAdvancedConfigBuilder.Nested<P>> implements Mqtt5ClientAdvancedConfigBuilder.Nested<P>
MqttClientAdvancedConfigBuilder.Default, MqttClientAdvancedConfigBuilder.Nested<P>
Constructor and Description |
---|
Nested(@NotNull MqttClientAdvancedConfig advancedConfig,
@NotNull java.util.function.Function<? super MqttClientAdvancedConfig,P> parentConsumer) |
Modifier and Type | Method and Description |
---|---|
P |
applyAdvancedConfig()
Builds the
Mqtt5ClientAdvancedConfig and applies it to the parent. |
allowServerReAuth, build, interceptors, interceptors, validatePayloadFormat
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allowServerReAuth, interceptors, interceptors, validatePayloadFormat
public Nested(@NotNull @NotNull MqttClientAdvancedConfig advancedConfig, @NotNull @NotNull java.util.function.Function<? super MqttClientAdvancedConfig,P> parentConsumer)
@NotNull public P applyAdvancedConfig()
Mqtt5ClientAdvancedConfigBuilder.Nested
Mqtt5ClientAdvancedConfig
and applies it to the parent.applyAdvancedConfig
in interface Mqtt5ClientAdvancedConfigBuilder.Nested<P>
Mqtt5ClientAdvancedConfig
is applied to the parent.