SubscriptionSummary

Contains information about a subscription for an MQTT client, including the topic filter and Quality of Service (QoS) level.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val qos: Int

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String