vertx / io.vertx.reactivex.core / Vertx / rxClusteredVertx

rxClusteredVertx

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.

Parameters

options - the options to use

Return