port

@Min(value = 0.toLong())
@Max(value = 65535.toLong())
val port: Int = 1883

The port the mqtt broker is available under.

Sources

jvm source
Link copied to clipboard