vertx.embed documentation
Functions for running Vert.x embedded.
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.
with-vertx
macro
(with-vertx vertx & body)Executes body with vertx.core/*vertx* bound to vertx.