Interface MqttTopicBuilder.Nested.Complete<P>

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

@DoNotImplement public static interface MqttTopicBuilder.Nested.Complete<P> extends MqttTopicBuilder.Nested<P>, MqttTopicBuilderBase<MqttTopicBuilder.Nested.Complete<P>>
MqttTopicBuilder.Nested that is complete which means all mandatory fields are set.
  • Method Details

    • applyTopic

      @NotNull P applyTopic()
      Builds the MqttTopic and applies it to the parent.
      Returns:
      the result when the built MqttTopic is applied to the parent.