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_ARGMethods in io.vertx.reactivex.ext.shell.command that return CommandRegistry Modifier and Type Method Description static CommandRegistryCommandRegistry. create(Vertx vertx)Create a new registry.static CommandRegistryCommandRegistry. getShared(Vertx vertx)Get the shared registry for the Vert.x instance.static CommandRegistryCommandRegistry. newInstance(CommandRegistry arg)CommandRegistryCommandRegistry. registerCommand(Command command)Register a commandCommandRegistryCommandRegistry. registerCommand(Command command, Handler<AsyncResult<Command>> completionHandler)Register a commandCommandRegistryCommandRegistry. registerCommands(List<Command> commands)Register a list of commands.CommandRegistryCommandRegistry. registerCommands(List<Command> commands, Handler<AsyncResult<List<Command>>> completionHandler)Register a list of commands.CommandRegistryCommandRegistry. unregisterCommand(String commandName)Unregister a command.CommandRegistryCommandRegistry. unregisterCommand(String commandName, Handler<AsyncResult<Void>> completionHandler)Unregister a command.
-