public static class Mqtt3ConnectViewBuilder.Nested<P> extends Mqtt3ConnectViewBuilder<Mqtt3ConnectViewBuilder.Nested<P>> implements Mqtt3ConnectBuilder.Nested<P>
Mqtt3ConnectViewBuilder.Default, Mqtt3ConnectViewBuilder.Nested<P>, Mqtt3ConnectViewBuilder.Send<P>
Constructor and Description |
---|
Nested(@NotNull java.util.function.Function<? super Mqtt3ConnectView,P> parentConsumer) |
Modifier and Type | Method and Description |
---|---|
P |
applyConnect()
Builds the
Mqtt3Connect and applies it to the parent. |
build, cleanSession, keepAlive, noKeepAlive, simpleAuth, simpleAuth, willPublish, willPublish
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cleanSession, keepAlive, noKeepAlive, simpleAuth, simpleAuth, willPublish, willPublish
public Nested(@NotNull @NotNull java.util.function.Function<? super Mqtt3ConnectView,P> parentConsumer)
@NotNull public P applyConnect()
Mqtt3ConnectBuilder.Nested
Mqtt3Connect
and applies it to the parent.applyConnect
in interface Mqtt3ConnectBuilder.Nested<P>
Mqtt3Connect
is applied to the parent.