vertx / io.vertx.core / VertxOptions / setClusterPort

setClusterPort

open fun setClusterPort(clusterPort: Int): VertxOptions

Set the port to be used for clustering.

Parameters

clusterPort - the port

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