vertx / io.vertx.ext.shell.spi / CommandResolverFactory / resolver

resolver

abstract fun resolver(vertx: Vertx, resolveHandler: Handler<AsyncResult<CommandResolver>>): Unit

Obtain a command resolver for a Vert.x instance.

Parameters

vertx - the vertx instance

resolveHandler - the handler that will receive the handler