Interface Mqtt5Subscription


@DoNotImplement public interface Mqtt5Subscription
Subscription in an MQTT 5 Subscribe message.
Since:
1.0
  • Field Details

    • DEFAULT_QOS

      @NotNull static final @NotNull MqttQos DEFAULT_QOS
      Default QoS level of a Subscription. It is chosen as MqttQos.EXACTLY_ONCE as this leeds to subscribed Publish messages being delivered with its initial QoS level.
    • DEFAULT_NO_LOCAL

      static final boolean DEFAULT_NO_LOCAL
      The default for whether the client must not receive messages published by itself.
      See Also:
    • DEFAULT_RETAIN_HANDLING

      @NotNull static final @NotNull Mqtt5RetainHandling DEFAULT_RETAIN_HANDLING
      The default handling of retained message.
    • DEFAULT_RETAIN_AS_PUBLISHED

      static final boolean DEFAULT_RETAIN_AS_PUBLISHED
      The default for whether the retain flag for incoming Publish messages must be set to its original value.
      See Also:
  • Method Details