P - the type of the result when the built Mqtt5Connect is sent by the parent.@DoNotImplement public static interface Mqtt5ConnectBuilder.Send<P> extends Mqtt5ConnectBuilderBase<Mqtt5ConnectBuilder.Send<P>>
Mqtt5Connect that is applied to a parent Mqtt5Client
which then sends the Connect message.| Modifier and Type | Method and Description |
|---|---|
P |
send()
Builds the
Mqtt5Connect and applies it to the parent which then sends the Connect message. |
cleanStart, enhancedAuth, keepAlive, noKeepAlive, noSessionExpiry, restrictions, restrictions, sessionExpiryInterval, simpleAuth, simpleAuth, userProperties, userProperties, willPublish, willPublish@NotNull P send()
Mqtt5Connect and applies it to the parent which then sends the Connect message.Mqtt5Connect is sent by the parent.