| Package | Description |
|---|---|
| io.vertx.ext.shell |
= Vert.x Shell
Vert.x Shell is a command line interface for the Vert.x runtime available from regular
terminals using different protocols.
|
| Modifier and Type | Method and Description |
|---|---|
static ShellService |
ShellService.create(Vertx vertx)
Like
create(Vertx, ShellServiceOptions), with default options. |
static ShellService |
ShellService.create(Vertx vertx,
ShellServiceOptions options)
Create a new shell service.
|
Copyright © 2018 Eclipse. All rights reserved.