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_ARG
Methods in io.vertx.mutiny.ext.shell.command that return CommandRegistry Modifier and Type Method Description static CommandRegistry
CommandRegistry. create(Vertx vertx)
static CommandRegistry
CommandRegistry. getShared(Vertx vertx)
static CommandRegistry
CommandRegistry. newInstance(io.vertx.ext.shell.command.CommandRegistry arg)
CommandRegistry
CommandRegistry. registerCommandAndForget(Command command)
Variant ofregisterCommand(io.vertx.mutiny.ext.shell.command.Command)
that ignores the result of the operation.CommandRegistry
CommandRegistry. registerCommandsAndForget(List<Command> commands)
Variant ofio.vertx.mutiny.ext.shell.command.CommandRegistry#registerCommands(List
that ignores the result of the operation.) CommandRegistry
CommandRegistry. unregisterCommandAndForget(String commandName)
Variant ofunregisterCommand(String)
that ignores the result of the operation.
-