@DoNotImplement public interface Mqtt3ConnectBuilder extends Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder>
Mqtt3Connect.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Mqtt3ConnectBuilder.Nested<P>
Builder for a
Mqtt3Connect that is applied to a parent. |
static interface |
Mqtt3ConnectBuilder.Send<P>
Builder for a
Mqtt3Connect that is applied to a parent Mqtt3Client
which then sends the Connect message. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Mqtt3Connect |
build()
Builds the
Mqtt3Connect. |
cleanSession, keepAlive, noKeepAlive, restrictions, restrictions, simpleAuth, simpleAuth, willPublish, willPublish@CheckReturnValue @NotNull @NotNull Mqtt3Connect build()
Mqtt3Connect.Mqtt3Connect.