Interface Mqtt3SubscriptionBuilder.Nested<P>

Type Parameters:
P - the type of the result when the built Mqtt3Subscription is applied to the parent.
All Superinterfaces:
Mqtt3SubscriptionBuilderBase<Mqtt3SubscriptionBuilder.Nested.Complete<P>>
All Known Subinterfaces:
Mqtt3SubscriptionBuilder.Nested.Complete<P>
Enclosing interface:
Mqtt3SubscriptionBuilder

@DoNotImplement public static interface Mqtt3SubscriptionBuilder.Nested<P> extends Mqtt3SubscriptionBuilderBase<Mqtt3SubscriptionBuilder.Nested.Complete<P>>
Builder for a Mqtt3Subscription that is applied to a parent.