vertx / io.vertx.reactivex.core / Vertx / clusteredVertx

clusteredVertx

open static fun clusteredVertx(options: VertxOptions, resultHandler: Handler<AsyncResult<Vertx>>): Unit

Creates a clustered instance using the specified options.

The instance is created asynchronously and the resultHandler is called with the result when it is ready.

Parameters

options - the options to use

resultHandler - the result handler that will receive the result