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_ARGMethods in io.vertx.mutiny.ext.shell.command that return Command Modifier and Type Method Description CommandCommandBuilder. build(Vertx vertx)CommandCommandResolver. getCommand(String name)static CommandCommand. newInstance(io.vertx.ext.shell.command.Command arg)CommandCommandRegistry. 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 commandCommandCommandRegistry. registerCommandAndAwait(Command command)Blocking variant ofCommandRegistry.registerCommand(io.vertx.mutiny.ext.shell.command.Command).CommandRegistryCommandRegistry. 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.) CommandRegistryCommandRegistry. registerCommandsAndForget(List<Command> commands)Variant ofio.vertx.mutiny.ext.shell.command.CommandRegistry#registerCommands(Listthat ignores the result of the operation.)
-