Package | Description |
---|---|
io.vertx.rxjava.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() |
Observable<Command> |
CommandRegistry.registerCommandObservable(Command command)
Deprecated.
|
Observable<List<Command>> |
CommandRegistry.registerCommandsObservable(List<Command> commands)
Deprecated.
|
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 |
---|---|
CommandRegistry |
CommandRegistry.registerCommand(Command command)
Like
CommandRegistry.registerCommand(io.vertx.rxjava.ext.shell.command.Command) , without a completion handler. |
CommandRegistry |
CommandRegistry.registerCommand(Command command,
Handler<AsyncResult<Command>> completionHandler)
Register a command
|
Observable<Command> |
CommandRegistry.registerCommandObservable(Command command)
Deprecated.
|
Single<Command> |
CommandRegistry.rxRegisterCommand(Command command)
Register a command
|
Modifier and Type | Method and Description |
---|---|
CommandRegistry |
CommandRegistry.registerCommand(Command command,
Handler<AsyncResult<Command>> completionHandler)
Register a command
|
CommandRegistry |
CommandRegistry.registerCommands(List<Command> commands)
Like
CommandRegistry.registerCommands(java.util.List<io.vertx.rxjava.ext.shell.command.Command>) , without a completion handler. |
CommandRegistry |
CommandRegistry.registerCommands(List<Command> commands,
Handler<AsyncResult<List<Command>>> completionHandler)
Register a list of commands.
|
CommandRegistry |
CommandRegistry.registerCommands(List<Command> commands,
Handler<AsyncResult<List<Command>>> completionHandler)
Register a list of commands.
|
Observable<List<Command>> |
CommandRegistry.registerCommandsObservable(List<Command> commands)
Deprecated.
|
Single<List<Command>> |
CommandRegistry.rxRegisterCommands(List<Command> commands)
Register a list of commands.
|
Copyright © 2023 Eclipse. All rights reserved.