vertx / io.vertx.core / VertxOptions / setClusterHost

setClusterHost

open fun setClusterHost(clusterHost: String): VertxOptions

Set the hostname to be used for clustering.

Parameters

clusterHost - the host name to use

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