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

rxRegisterCommand

open fun rxRegisterCommand(command: Command): Single<Command>

Register a command

Parameters

command - the command to register

Return