C - the type of the complete builder.@DoNotImplement public static interface Mqtt3SubscriptionBuilderBase.Complete<C extends Mqtt3SubscriptionBuilderBase.Complete<C>> extends Mqtt3SubscriptionBuilderBase<C>
Mqtt3SubscriptionBuilderBase that is complete which means all mandatory fields are set.Mqtt3SubscriptionBuilderBase.Complete<C extends Mqtt3SubscriptionBuilderBase.Complete<C>>| Modifier and Type | Method and Description |
|---|---|
C |
qos(@NotNull MqttQos qos)
Sets the
QoS. |
topicFilter, topicFilter, topicFilter@CheckReturnValue @NotNull C qos(@NotNull @NotNull MqttQos qos)
QoS.qos - the QoS.