public static class Mqtt3SimpleAuthViewBuilder.Nested<P> extends Mqtt3SimpleAuthViewBuilder<Mqtt3SimpleAuthViewBuilder.Nested<P>> implements Mqtt3SimpleAuthBuilder.Nested.Complete<P>
Mqtt3SimpleAuthViewBuilder.Default, Mqtt3SimpleAuthViewBuilder.Nested<P>
Mqtt3SimpleAuthBuilder.Nested.Complete<P>
Constructor and Description |
---|
Nested(@NotNull java.util.function.Function<? super Mqtt3SimpleAuthView,P> parentConsumer) |
Modifier and Type | Method and Description |
---|---|
P |
applySimpleAuth()
Builds the
Mqtt3SimpleAuth and applies it to the parent. |
build, password, password, username, username
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
password, password
username, username
public Nested(@NotNull @NotNull java.util.function.Function<? super Mqtt3SimpleAuthView,P> parentConsumer)
@NotNull public P applySimpleAuth()
Mqtt3SimpleAuthBuilder.Nested.Complete
Mqtt3SimpleAuth
and applies it to the parent.applySimpleAuth
in interface Mqtt3SimpleAuthBuilder.Nested.Complete<P>
Mqtt3SimpleAuth
is applied to the parent.