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

create

open static fun create(vertx: Vertx): ShellService

Like io.vertx.rxjava.ext.shell.ShellService#create, with default options.

Parameters

vertx -

Return

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