vertx / io.vertx.ext.shell / ShellServer / create

create

open static fun create(vertx: Vertx, options: ShellServerOptions): ShellServer

Create a new shell server with default options.

Parameters

vertx - the vertx

options - the options

Return
the created shell server

open static fun create(vertx: Vertx): ShellServer

Create a new shell server with specific options.

Parameters

vertx - the vertx

Return
the created shell server