vertx / io.vertx.ext.stomp / StompServer / actualPort

actualPort

abstract fun actualPort(): Int

Gets the port on which the server is listening. This is useful if you bound the server specifying 0 as port number signifying an ephemeral port.

Return
the port

See Also
NetServer#actualPort()