Success

data class Success(val serverInfo: ProbeServerInfo) : ProbeResult

The broker accepted the CONNECT and returned a successful CONNACK.

Constructors

Link copied to clipboard
constructor(serverInfo: ProbeServerInfo)

Properties

Link copied to clipboard

Capability metadata extracted from the broker's CONNACK properties (§3.2.2.3) — useful for diagnosing capability mismatches (e.g. maximumQos, retainAvailable, wildcardSubscriptionAvailable).