vertx / io.vertx.core / VertxOptions / setClusterPublicPort

setClusterPublicPort

open fun setClusterPublicPort(clusterPublicPort: Int): VertxOptions

See #setClusterPublicHost(String) for an explanation.

Parameters

clusterPublicPort - the public port to use

Return
a reference to this, so the API can be used fluently