open static fun rxClusteredVertx(options: VertxOptions): Single<Vertx>
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.
options - the options to use
options
Return