public static class MqttConnectBuilder.Nested<P> extends MqttConnectBuilder<MqttConnectBuilder.Nested<P>> implements Mqtt5ConnectBuilder.Nested<P>
MqttConnectBuilder.Default, MqttConnectBuilder.Nested<P>, MqttConnectBuilder.Send<P>
Constructor and Description |
---|
Nested(@NotNull java.util.function.Function<? super MqttConnect,P> parentConsumer) |
Modifier and Type | Method and Description |
---|---|
P |
applyConnect()
Builds the
Mqtt5Connect and applies it to the parent. |
build, cleanStart, enhancedAuth, keepAlive, noKeepAlive, noSessionExpiry, restrictions, restrictions, sessionExpiryInterval, simpleAuth, simpleAuth, userProperties, userProperties, willPublish, willPublish
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cleanStart, enhancedAuth, keepAlive, noKeepAlive, noSessionExpiry, restrictions, restrictions, sessionExpiryInterval, simpleAuth, simpleAuth, userProperties, userProperties, willPublish, willPublish
public Nested(@NotNull @NotNull java.util.function.Function<? super MqttConnect,P> parentConsumer)
@NotNull public P applyConnect()
Mqtt5ConnectBuilder.Nested
Mqtt5Connect
and applies it to the parent.applyConnect
in interface Mqtt5ConnectBuilder.Nested<P>
Mqtt5Connect
is applied to the parent.