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_ARGMethods in io.vertx.mutiny.ext.shell that return ShellServer Modifier and Type Method Description static ShellServerShellServer. create(Vertx vertx)static ShellServerShellServer. create(Vertx vertx, io.vertx.ext.shell.ShellServerOptions options)ShellServerShellServer. listenAndForget()Variant oflisten()that ignores the result of the operation.static ShellServerShellServer. newInstance(io.vertx.ext.shell.ShellServer arg)ShellServerShellServer. registerCommandResolver(CommandResolver resolver)ShellServerShellServer. registerTermServer(TermServer termServer)ShellServerShellService. server()
-