P
- the type of the result when the built Mqtt5Subscribe
is applied to the parent.@DoNotImplement public static interface Mqtt5SubscribeBuilder.Nested.Complete<P> extends Mqtt5SubscribeBuilder.Nested<P>, Mqtt5SubscribeBuilderBase.Complete<Mqtt5SubscribeBuilder.Nested.Complete<P>>
Mqtt5SubscribeBuilder.Nested
that is complete which means all mandatory fields are set.Mqtt5SubscribeBuilder.Nested.Complete<P>, Mqtt5SubscribeBuilder.Nested.Start<P>
Modifier and Type | Method and Description |
---|---|
P |
applySubscribe()
Builds the
Mqtt5Subscribe and applies it to the parent. |
userProperties, userProperties
addSubscription, addSubscription
@NotNull P applySubscribe()
Mqtt5Subscribe
and applies it to the parent.Mqtt5Subscribe
is applied to the parent.