ClientId

class ClientId : AbstractValue<String> (source)

The identifier of the MQTT client whose connection is being addressed. AWS caps it at 128 characters and reserves the $ prefix.

Types

Link copied to clipboard
object Companion : StringValueFactory<ClientId>

Properties

Link copied to clipboard
open override val value: String

Functions

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