Interface MqttTopicFilterBuilder.Nested.End<P>

All Superinterfaces:
MqttTopicFilterBuilderBase.End
All Known Subinterfaces:
MqttTopicFilterBuilder.Nested.Complete<P>
Enclosing interface:
MqttTopicFilterBuilder.Nested<P>

@DoNotImplement public static interface MqttTopicFilterBuilder.Nested.End<P> extends MqttTopicFilterBuilderBase.End
End of a MqttTopicFilterBuilder.Nested that does not allow to add any more levels or wildcards.
  • Method Summary

    Modifier and Type
    Method
    Description
    Builds the MqttTopicFilter and applies it to the parent.
  • Method Details