Interface SubscriptionSummary.Builder

  • Method Details

    • topicFilter

      SubscriptionSummary.Builder topicFilter(String topicFilter)

      The topic filter pattern that the client is subscribed to. May include MQTT wildcards such as + (single-level) and # (multi-level).

      Parameters:
      topicFilter - The topic filter pattern that the client is subscribed to. May include MQTT wildcards such as + (single-level) and # (multi-level).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • qos

      The Quality of Service (QoS) level for the subscription. Valid values are 0 (at most once) and 1 (at least once).

      Parameters:
      qos - The Quality of Service (QoS) level for the subscription. Valid values are 0 (at most once) and 1 (at least once).
      Returns:
      Returns a reference to this object so that method calls can be chained together.