Uses of Class
io.vertx.reactivex.ext.shell.command.CommandRegistry
-
Packages that use CommandRegistry Package Description io.vertx.reactivex.ext.shell.command -
-
Uses of CommandRegistry in io.vertx.reactivex.ext.shell.command
Fields in io.vertx.reactivex.ext.shell.command with type parameters of type CommandRegistry Modifier and Type Field Description static TypeArg<CommandRegistry>
CommandRegistry. __TYPE_ARG
Methods in io.vertx.reactivex.ext.shell.command that return CommandRegistry Modifier and Type Method Description static CommandRegistry
CommandRegistry. create(Vertx vertx)
Create a new registry.static CommandRegistry
CommandRegistry. getShared(Vertx vertx)
Get the shared registry for the Vert.x instance.static CommandRegistry
CommandRegistry. newInstance(CommandRegistry arg)
CommandRegistry
CommandRegistry. registerCommand(Command command)
Register a commandCommandRegistry
CommandRegistry. registerCommand(Command command, Handler<AsyncResult<Command>> completionHandler)
Register a commandCommandRegistry
CommandRegistry. registerCommands(List<Command> commands)
Register a list of commands.CommandRegistry
CommandRegistry. registerCommands(List<Command> commands, Handler<AsyncResult<List<Command>>> completionHandler)
Register a list of commands.CommandRegistry
CommandRegistry. unregisterCommand(String commandName)
Unregister a command.CommandRegistry
CommandRegistry. unregisterCommand(String commandName, Handler<AsyncResult<Void>> completionHandler)
Unregister a command.
-