vertx.embed documentation

Functions for running Vert.x embedded.

set-vertx!

(set-vertx! vertx)
Binds the root value of vertx.core/*vertx*.

vertx

(vertx)(vertx host)(vertx host port)
Creates a Vertx instance.
If host provided, the instance will be clusted, listening for
connections on host:port. port defaults to 25500.