vertx / io.vertx.core / VertxOptions / setHAGroup

setHAGroup

open fun setHAGroup(haGroup: String): VertxOptions

Set the HA group to be used when HA is enabled.

Parameters

haGroup - the HA group to use

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