Uses of Class
io.vertx.mutiny.ext.shell.ShellServer
-
Packages that use ShellServer Package Description io.vertx.mutiny.ext.shell -
-
Uses of ShellServer in io.vertx.mutiny.ext.shell
Fields in io.vertx.mutiny.ext.shell with type parameters of type ShellServer Modifier and Type Field Description static TypeArg<ShellServer>
ShellServer. __TYPE_ARG
Methods in io.vertx.mutiny.ext.shell that return ShellServer Modifier and Type Method Description static ShellServer
ShellServer. create(Vertx vertx)
static ShellServer
ShellServer. create(Vertx vertx, io.vertx.ext.shell.ShellServerOptions options)
ShellServer
ShellServer. listenAndForget()
Variant oflisten()
that ignores the result of the operation.static ShellServer
ShellServer. newInstance(io.vertx.ext.shell.ShellServer arg)
ShellServer
ShellServer. registerCommandResolver(CommandResolver resolver)
ShellServer
ShellServer. registerTermServer(TermServer termServer)
ShellServer
ShellService. server()
-