MqttBridgeRoutesResponse

data class MqttBridgeRoutesResponse(val direction: String, val name: String, val qos: Int? = null, val sharedSubscription: MqttBridgeRouteSharedSubscriptionResponse? = null, val source: String, val target: String? = null)

MqttBridgeTopicMap route properties

Constructors

Link copied to clipboard
constructor(direction: String, name: String, qos: Int? = null, sharedSubscription: MqttBridgeRouteSharedSubscriptionResponse? = null, source: String, target: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Direction of the route.

Link copied to clipboard

Name of the route.

Link copied to clipboard
val qos: Int? = null

Qos for MQTT connection.

Link copied to clipboard

Shared subscription topic details.

Link copied to clipboard

Source topic of the route.

Link copied to clipboard
val target: String? = null

Target topic of the route. Ignore if same as source