public static class MqttWebSocketConfigImplBuilder.Nested<P> extends MqttWebSocketConfigImplBuilder<MqttWebSocketConfigImplBuilder.Nested<P>> implements MqttWebSocketConfigBuilder.Nested<P>
MqttWebSocketConfigImplBuilder.Default, MqttWebSocketConfigImplBuilder.Nested<P>
Constructor and Description |
---|
Nested(@Nullable MqttWebSocketConfigImpl webSocketConfig,
@NotNull java.util.function.Function<? super MqttWebSocketConfigImpl,P> parentConsumer) |
Modifier and Type | Method and Description |
---|---|
P |
applyWebSocketConfig()
Builds the
MqttWebSocketConfig and applies it to the parent. |
build, serverPath, subprotocol
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serverPath, subprotocol
public Nested(@Nullable @Nullable MqttWebSocketConfigImpl webSocketConfig, @NotNull @NotNull java.util.function.Function<? super MqttWebSocketConfigImpl,P> parentConsumer)
@NotNull public P applyWebSocketConfig()
MqttWebSocketConfigBuilder.Nested
MqttWebSocketConfig
and applies it to the parent.applyWebSocketConfig
in interface MqttWebSocketConfigBuilder.Nested<P>
MqttWebSocketConfig
is applied to the parent.