open fun setClustered(clustered: Boolean): VertxOptions
Set whether or not the Vert.x instance will be clustered.
clustered - if true, the Vert.x instance will be clustered, otherwise not
Return
a reference to this, so the API can be used fluently