TopicResponse

data class TopicResponse(val path: String, val retain: String? = null)

Object that describes the topic information.

Constructors

Link copied to clipboard
constructor(path: String, retain: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The topic path for messages published to an MQTT broker.

Link copied to clipboard
val retain: String? = null

When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.