Uses of Class
io.vertx.rxjava3.ext.shell.command.CommandRegistry
-
Packages that use CommandRegistry Package Description io.vertx.rxjava3.ext.shell.command -
-
Uses of CommandRegistry in io.vertx.rxjava3.ext.shell.command
Fields in io.vertx.rxjava3.ext.shell.command with type parameters of type CommandRegistry Modifier and Type Field Description static TypeArg<CommandRegistry>CommandRegistry. __TYPE_ARGMethods in io.vertx.rxjava3.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)
-