Interface Mqtt5ConnectBuilder.Send<P>
- Type Parameters:
P- the type of the result when the builtMqtt5Connectis sent by the parent.
- All Superinterfaces:
Mqtt5ConnectBuilderBase<Mqtt5ConnectBuilder.Send<P>>
- Enclosing interface:
Mqtt5ConnectBuilder
@DoNotImplement
public static interface Mqtt5ConnectBuilder.Send<P>
extends Mqtt5ConnectBuilderBase<Mqtt5ConnectBuilder.Send<P>>
Builder for a
Mqtt5Connect that is applied to a parent Mqtt5Client
which then sends the Connect message.-
Method Summary
Modifier and TypeMethodDescriptionsend()Builds theMqtt5Connectand applies it to the parent which then sends the Connect message.Methods inherited from interface com.hivemq.client.mqtt.mqtt5.message.connect.Mqtt5ConnectBuilderBase
cleanStart, enhancedAuth, keepAlive, noKeepAlive, noSessionExpiry, restrictions, restrictions, sessionExpiryInterval, simpleAuth, simpleAuth, userProperties, userProperties, willPublish, willPublish
-
Method Details
-
send
Builds theMqtt5Connectand applies it to the parent which then sends the Connect message.- Returns:
- the result when the built
Mqtt5Connectis sent by the parent.
-