P - the type of the result when the built Mqtt5Subscription is applied to the parent.@DoNotImplement public static interface Mqtt5SubscriptionBuilder.Nested.Complete<P> extends Mqtt5SubscriptionBuilder.Nested<P>, Mqtt5SubscriptionBuilderBase.Complete<Mqtt5SubscriptionBuilder.Nested.Complete<P>>
Mqtt5SubscriptionBuilder.Nested that is complete which means all mandatory fields are set.Mqtt5SubscriptionBuilder.Nested.Complete<P>| Modifier and Type | Method and Description |
|---|---|
P |
applySubscription()
Builds the
Mqtt5Subscription and applies it to the parent. |
noLocal, qos, retainAsPublished, retainHandlingtopicFilter, topicFilter, topicFilter@NotNull P applySubscription()
Mqtt5Subscription and applies it to the parent.Mqtt5Subscription is applied to the parent.