P - the type of the result when the built Mqtt3Connect is sent by the parent.@DoNotImplement public static interface Mqtt3ConnectBuilder.Send<P> extends Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder.Send<P>>
Mqtt3Connect that is applied to a parent Mqtt3Client
which then sends the Connect message.| Modifier and Type | Method and Description |
|---|---|
P |
send()
Builds the
Mqtt3Connect and applies it to the parent which then sends the Connect message. |
cleanSession, keepAlive, noKeepAlive, restrictions, restrictions, simpleAuth, simpleAuth, willPublish, willPublish@NotNull P send()
Mqtt3Connect and applies it to the parent which then sends the Connect message.Mqtt3Connect is sent by the parent.