vertx / io.vertx.core / VertxOptions / setClustered

setClustered

open fun setClustered(clustered: Boolean): VertxOptions

Set whether or not the Vert.x instance will be clustered.

Parameters

clustered - if true, the Vert.x instance will be clustered, otherwise not

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