| Package | Description | 
|---|---|
| io.vertx.rxjava3.ext.shell.command | 
| Modifier and Type | Field and Description | 
|---|---|
| static io.vertx.lang.rx.TypeArg<Command> | Command. __TYPE_ARG | 
| Modifier and Type | Method and Description | 
|---|---|
| Command | CommandBuilder. build(Vertx vertx)Build the command | 
| Command | CommandResolver. getCommand(String name)Returns a single command by its name. | 
| static Command | Command. newInstance(Command arg) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Command> | CommandResolver. commands() | 
| Single<Command> | CommandRegistry. registerCommand(Command command)Register a command | 
| Single<List<Command>> | CommandRegistry. registerCommands(List<Command> commands)Register a list of commands. | 
| Single<Command> | CommandRegistry. rxRegisterCommand(Command command)Register a command | 
| Single<List<Command>> | CommandRegistry. rxRegisterCommands(List<Command> commands)Register a list of commands. | 
| Modifier and Type | Method and Description | 
|---|---|
| Single<Command> | CommandRegistry. registerCommand(Command command)Register a command | 
| Single<Command> | CommandRegistry. rxRegisterCommand(Command command)Register a command | 
| Modifier and Type | Method and Description | 
|---|---|
| Single<List<Command>> | CommandRegistry. registerCommands(List<Command> commands)Register a list of commands. | 
| Single<List<Command>> | CommandRegistry. rxRegisterCommands(List<Command> commands)Register a list of commands. | 
Copyright © 2021 Eclipse. All rights reserved.