P - the type of the result when the built Mqtt3Subscribe is sent by the parent.@DoNotImplement public static interface Mqtt3SubscribeBuilder.Send.Complete<P> extends Mqtt3SubscribeBuilder.Send<P>, Mqtt3SubscribeBuilderBase<Mqtt3SubscribeBuilder.Send.Complete<P>>
Mqtt3SubscribeBuilder.Send that is complete which means all mandatory fields are set.Mqtt3SubscribeBuilder.Send.Complete<P>, Mqtt3SubscribeBuilder.Send.Start<P>| Modifier and Type | Method and Description |
|---|---|
P |
send()
Builds the
Mqtt3Subscribe and applies it to the parent which then sends the Subscribe message. |
addSubscription, addSubscription, addSubscriptions, addSubscriptions, addSubscriptions@NotNull P send()
Mqtt3Subscribe and applies it to the parent which then sends the Subscribe message.Mqtt3Subscribe is sent by the parent.