| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.shell | |
| io.vertx.rxjava.ext.shell.command | 
| Modifier and Type | Method and Description | 
|---|---|
ShellServer | 
ShellServer.registerCommandResolver(CommandResolver resolver)
Register a command resolver for this server. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommandRegistry
A registry that contains the commands known by a shell.
 It is a mutable command resolver. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<CommandResolver> | 
CommandResolver.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static CommandResolver | 
CommandResolver.baseCommands(Vertx vertx)  | 
static CommandResolver | 
CommandResolver.newInstance(CommandResolver arg)  | 
Copyright © 2021 Eclipse. All rights reserved.