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

vertx

open static fun vertx(): Vertx

Creates a non clustered instance using default options.

Return
the instance

open static fun vertx(options: VertxOptions): Vertx

Creates a non clustered instance using the specified options

Parameters

options - the options to use

Return
the instance