Uses of Class
io.vertx.mutiny.ext.shell.command.Command
-
Packages that use Command Package Description io.vertx.mutiny.ext.shell.command -
-
Uses of Command in io.vertx.mutiny.ext.shell.command
Fields in io.vertx.mutiny.ext.shell.command with type parameters of type Command Modifier and Type Field Description static TypeArg<Command>
Command. __TYPE_ARG
Methods in io.vertx.mutiny.ext.shell.command that return Command Modifier and Type Method Description Command
CommandBuilder. build(Vertx vertx)
Command
CommandResolver. getCommand(String name)
static Command
Command. newInstance(io.vertx.ext.shell.command.Command arg)
Command
CommandRegistry. registerCommandAndAwait(Command command)
Blocking variant ofCommandRegistry.registerCommand(io.vertx.mutiny.ext.shell.command.Command)
.Methods in io.vertx.mutiny.ext.shell.command that return types with arguments of type Command Modifier and Type Method Description List<Command>
CommandResolver. commands()
io.smallrye.mutiny.Uni<Command>
CommandRegistry. registerCommand(Command command)
Register a commandio.smallrye.mutiny.Uni<List<Command>>
CommandRegistry. registerCommands(List<Command> commands)
Register a list of commands.List<Command>
CommandRegistry. registerCommandsAndAwait(List<Command> commands)
Blocking variant ofio.vertx.mutiny.ext.shell.command.CommandRegistry#registerCommands(List
.) Methods in io.vertx.mutiny.ext.shell.command with parameters of type Command Modifier and Type Method Description io.smallrye.mutiny.Uni<Command>
CommandRegistry. registerCommand(Command command)
Register a commandCommand
CommandRegistry. registerCommandAndAwait(Command command)
Blocking variant ofCommandRegistry.registerCommand(io.vertx.mutiny.ext.shell.command.Command)
.CommandRegistry
CommandRegistry. registerCommandAndForget(Command command)
Variant ofCommandRegistry.registerCommand(io.vertx.mutiny.ext.shell.command.Command)
that ignores the result of the operation.Method parameters in io.vertx.mutiny.ext.shell.command with type arguments of type Command Modifier and Type Method Description io.smallrye.mutiny.Uni<List<Command>>
CommandRegistry. registerCommands(List<Command> commands)
Register a list of commands.List<Command>
CommandRegistry. registerCommandsAndAwait(List<Command> commands)
Blocking variant ofio.vertx.mutiny.ext.shell.command.CommandRegistry#registerCommands(List
.) CommandRegistry
CommandRegistry. registerCommandsAndForget(List<Command> commands)
Variant ofio.vertx.mutiny.ext.shell.command.CommandRegistry#registerCommands(List
that ignores the result of the operation.)
-