Package com.hivemq.client.mqtt.datatypes
Interface MqttSharedTopicFilterBuilder.Nested.End<P>
- All Superinterfaces:
MqttTopicFilterBuilderBase.End
- All Known Subinterfaces:
MqttSharedTopicFilterBuilder.Nested.Complete<P>
- Enclosing interface:
MqttSharedTopicFilterBuilder.Nested<P>
@DoNotImplement
public static interface MqttSharedTopicFilterBuilder.Nested.End<P>
extends MqttTopicFilterBuilderBase.End
End of a
MqttSharedTopicFilterBuilder.Nested that does not allow to add any more levels or wildcards.-
Method Summary
-
Method Details
-
applyTopicFilter
Builds theMqttSharedTopicFilterand applies it to the parent.- Returns:
- the result when the built
MqttSharedTopicFilteris applied to the parent.
-