Interface Mqtt3Subscription
Subscription in an
MQTT 3 Subscribe message.- Since:
- 1.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Mqtt3SubscriptionBuilderbuilder()Creates a builder for a Subscription.extend()Creates a builder for extending this Subscription.getQos()
-
Field Details
-
DEFAULT_QOS
DefaultQoSlevel of a Subscription. It is chosen asMqttQos.EXACTLY_ONCEas this leeds to subscribed Publish messages being delivered with its initialQoSlevel.
-
-
Method Details
-
builder
Creates a builder for a Subscription.- Returns:
- the created builder.
-
getTopicFilter
- Returns:
- the Topic Filter of this Subscription.
-
getQos
- Returns:
- the QoS of this Subscription.
-
extend
Creates a builder for extending this Subscription.- Returns:
- the created builder.
- Since:
- 1.1
-