vertx / io.vertx.ext.shell / ShellService / create

create

open static fun create(vertx: Vertx): ShellService

Like #create(Vertx, ShellServiceOptions), with default options.

open static fun create(vertx: Vertx, options: ShellServiceOptions): ShellService

Create a new shell service.

Parameters

vertx - the Vert.x instance

options - the service config options

Return
the shell service