vertx / io.vertx.core / VertxOptions / setClusterPingInterval

setClusterPingInterval

open fun setClusterPingInterval(clusterPingInterval: Long): VertxOptions

Set the value of cluster ping interval, in ms.

Parameters

clusterPingInterval - The value of cluster ping interval, in ms.

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