MqttProperties

fun MqttProperties(host: String = "localhost", port: Int = 1883, clientId: String? = null, username: String? = null, password: String? = null, ssl: Boolean = false, clean: Boolean = true, group: String? = null, version: Int = 3)

Sources

jvm source
Link copied to clipboard