vertx / io.vertx.core / VertxOptions / setQuorumSize

setQuorumSize

open fun setQuorumSize(quorumSize: Int): VertxOptions

Set the quorum size to be used when HA is enabled.

Parameters

quorumSize - the quorum size

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