Interface ShellService
public interface ShellService
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the
ShellServiceOptions configuration.
The shell service will expose commands using CommandResolver on the classpath and
the shared command registry for the Vert.x instance.- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionstatic ShellServiceLikecreate(Vertx, ShellServiceOptions), with default options.static ShellServicecreate(Vertx vertx, ShellServiceOptions options) Create a new shell service.server()start()Start the shell service, this is an asynchronous start.stop()Stop the shell service, this is an asynchronous stop.
-
Method Details
-
create
Likecreate(Vertx, ShellServiceOptions), with default options. -
create
Create a new shell service.- Parameters:
vertx- the Vert.x instanceoptions- the service config options- Returns:
- the shell service
-
start
-
server
ShellServer server()- Returns:
- the shell server
-
stop
-