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