vertx / io.vertx.core / VertxOptions / getClusterManager

getClusterManager

open fun getClusterManager(): ClusterManager

Get the cluster manager to be used when clustering.

If the cluster manager has been programmatically set here, then that will be used when clustering.

Otherwise Vert.x attempts to locate a cluster manager on the classpath.

Return
the cluster manager.