vertx / io.vertx.reactivex.ext.shell.command / CommandRegistry / rxRegisterCommands

rxRegisterCommands

open fun rxRegisterCommands(commands: MutableList<Command>): Single<MutableList<Command>>

Register a list of commands.

Parameters

commands - the commands to register

Return