Interface Mqtt3ConnectBuilder.Nested<P>
- Type Parameters:
P- the type of the result when the builtMqtt3Connectis applied to the parent.
- All Superinterfaces:
Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder.Nested<P>>
- Enclosing interface:
Mqtt3ConnectBuilder
@DoNotImplement
public static interface Mqtt3ConnectBuilder.Nested<P>
extends Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder.Nested<P>>
Builder for a
Mqtt3Connect that is applied to a parent.-
Method Summary
Methods inherited from interface com.hivemq.client.mqtt.mqtt3.message.connect.Mqtt3ConnectBuilderBase
cleanSession, keepAlive, noKeepAlive, restrictions, restrictions, simpleAuth, simpleAuth, willPublish, willPublish
-
Method Details
-
applyConnect
Builds theMqtt3Connectand applies it to the parent.- Returns:
- the result when the built
Mqtt3Connectis applied to the parent.
-