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
options - the options to use
options