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.
resultHandler - the result handler that will receive the result