Uses of Class
io.vertx.mutiny.ext.shell.command.CommandRegistry
-
Packages that use CommandRegistry Package Description io.vertx.mutiny.ext.shell.command -
-
Uses of CommandRegistry in io.vertx.mutiny.ext.shell.command
Fields in io.vertx.mutiny.ext.shell.command with type parameters of type CommandRegistry Modifier and Type Field Description static TypeArg<CommandRegistry>CommandRegistry. __TYPE_ARGMethods in io.vertx.mutiny.ext.shell.command that return CommandRegistry Modifier and Type Method Description static CommandRegistryCommandRegistry. create(Vertx vertx)static CommandRegistryCommandRegistry. getShared(Vertx vertx)static CommandRegistryCommandRegistry. newInstance(io.vertx.ext.shell.command.CommandRegistry arg)CommandRegistryCommandRegistry. registerCommandAndForget(Command command)Variant ofregisterCommand(io.vertx.mutiny.ext.shell.command.Command)that ignores the result of the operation.CommandRegistryCommandRegistry. registerCommandsAndForget(List<Command> commands)Variant ofio.vertx.mutiny.ext.shell.command.CommandRegistry#registerCommands(Listthat ignores the result of the operation.) CommandRegistryCommandRegistry. unregisterCommandAndForget(String commandName)Variant ofunregisterCommand(String)that ignores the result of the operation.
-