Interface Mqtt5SimpleAuthBuilder.Nested.Complete<P>
- Type Parameters:
P- the type of the result when the builtMqtt5SimpleAuthis applied to the parent.
- All Superinterfaces:
Mqtt5SimpleAuthBuilder.Nested<P>,Mqtt5SimpleAuthBuilderBase<Mqtt5SimpleAuthBuilder.Nested.Complete<P>>
- Enclosing interface:
Mqtt5SimpleAuthBuilder.Nested<P>
@DoNotImplement
public static interface Mqtt5SimpleAuthBuilder.Nested.Complete<P>
extends Mqtt5SimpleAuthBuilder.Nested<P>, Mqtt5SimpleAuthBuilderBase<Mqtt5SimpleAuthBuilder.Nested.Complete<P>>
Mqtt5SimpleAuthBuilder.Nested that is complete which means all mandatory fields are set.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hivemq.client.mqtt.mqtt5.message.auth.Mqtt5SimpleAuthBuilder.Nested
Mqtt5SimpleAuthBuilder.Nested.Complete<P> -
Method Summary
Methods inherited from interface com.hivemq.client.mqtt.mqtt5.message.auth.Mqtt5SimpleAuthBuilderBase
password, password, username, username
-
Method Details
-
applySimpleAuth
Builds theMqtt5SimpleAuthand applies it to the parent.- Returns:
- the result when the built
Mqtt5SimpleAuthis applied to the parent.
-