ConsoleCommandService

@Service
class ConsoleCommandService @Autowired constructor(commandParser: ConsoleCommandParser, currencyCommandService: CurrencyCommandService, portfolioCommandService: PortfolioCommandService)

Constructors

Link copied to clipboard
@Autowired
constructor(commandParser: ConsoleCommandParser, currencyCommandService: CurrencyCommandService, portfolioCommandService: PortfolioCommandService)

Functions

Link copied to clipboard
fun executeCommand(command: ConsoleCommandRequest): ConsoleCommandResponse