Interface MqttTopicBuilder.Nested<P>

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

@DoNotImplement public static interface MqttTopicBuilder.Nested<P> extends MqttTopicBuilderBase<MqttTopicBuilder.Nested.Complete<P>>
Builder for a MqttTopic that is applied to a parent.