MqttProperties

fun MqttProperties(port: Int, @NotEmpty() host: String, @NotEmpty() clientId: String? = null, @NotEmpty() username: String, @NotEmpty() password: String, group: String? = null, ssl: Boolean)

Sources

jvm source
Link copied to clipboard