Interface Mqtt3PublishBuilder.Nested<P>

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

@DoNotImplement public static interface Mqtt3PublishBuilder.Nested<P> extends Mqtt3PublishBuilderBase<Mqtt3PublishBuilder.Nested.Complete<P>>
Builder for a Mqtt3Publish that is applied to a parent.