public static class MqttSimpleAuthBuilder.Nested<P> extends MqttSimpleAuthBuilder<MqttSimpleAuthBuilder.Nested<P>> implements Mqtt5SimpleAuthBuilder.Nested.Complete<P>
MqttSimpleAuthBuilder.Default, MqttSimpleAuthBuilder.Nested<P>
Mqtt5SimpleAuthBuilder.Nested.Complete<P>
Constructor and Description |
---|
Nested(@NotNull java.util.function.Function<? super MqttSimpleAuth,P> parentConsumer) |
Modifier and Type | Method and Description |
---|---|
P |
applySimpleAuth()
Builds the
Mqtt5SimpleAuth 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 MqttSimpleAuth,P> parentConsumer)
@NotNull public P applySimpleAuth()
Mqtt5SimpleAuthBuilder.Nested.Complete
Mqtt5SimpleAuth
and applies it to the parent.applySimpleAuth
in interface Mqtt5SimpleAuthBuilder.Nested.Complete<P>
Mqtt5SimpleAuth
is applied to the parent.