ConsoleCommandService

@Service
class ConsoleCommandService @Autowired constructor(commandParser: ConsoleCommandParser, currencyCommandService: CurrencyCommandService, portfolioCommandService: PortfolioCommandService, commandExecutors: List<ConsoleCommandExecutor>, commandExecutionEntityService: ConsoleCommandExecutionEntityService, authContextService: AuthContextService)

Constructors

Link copied to clipboard
@Autowired
constructor(commandParser: ConsoleCommandParser, currencyCommandService: CurrencyCommandService, portfolioCommandService: PortfolioCommandService, commandExecutors: List<ConsoleCommandExecutor>, commandExecutionEntityService: ConsoleCommandExecutionEntityService, authContextService: AuthContextService)

Types

Link copied to clipboard
object Companion

Functions

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