Package com.hivemq.client.mqtt.datatypes
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
-
Method Details
-
applyTopicFilter
Builds theMqttTopicFilterand applies it to the parent.- Returns:
- the result when the built
MqttTopicFilteris applied to the parent.
-