LocalBrokerConnectionSpecResponse

data class LocalBrokerConnectionSpecResponse(val authentication: LocalBrokerAuthenticationMethodsResponse? = null, val endpoint: String? = null, val tls: LocalBrokerConnectionTlsResponse? = null)

Mqtt Local Broker ConnectionSpec details

Constructors

Link copied to clipboard
constructor(authentication: LocalBrokerAuthenticationMethodsResponse? = null, endpoint: String? = null, tls: LocalBrokerConnectionTlsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.

Link copied to clipboard
val endpoint: String? = null

The endpoint of local broker to connect to.

Link copied to clipboard

TLS details for Local broker Connection.