vertx / io.vertx.core / VertxOptions / setClusterPingReplyInterval

setClusterPingReplyInterval

open fun setClusterPingReplyInterval(clusterPingReplyInterval: Long): VertxOptions

Set the value of cluster ping reply interval, in ms.

Parameters

clusterPingReplyInterval - The value of cluster ping reply interval, in ms.

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