EmqxApiProperties

@ConfigurationProperties(prefix = emqx.api)
@ConstructorBinding()
data class EmqxApiProperties(host: String, port: String, username: String, password: String)

Properties

host
Link copied to clipboard
val host: String
password
Link copied to clipboard
val password: String
port
Link copied to clipboard
val port: String
username
Link copied to clipboard
val username: String