toggle menu
console-services
JVM
switch theme
search in API
console-services
/
org.cryptotrader.console.library.services
/
ConsoleCommandService
/
ConsoleCommandService
Console
Command
Service
@
Autowired
constructor
(
commandParser
:
ConsoleCommandParser
,
currencyCommandService
:
CurrencyCommandService
,
portfolioCommandService
:
PortfolioCommandService
,
commandExecutors
:
List
<
ConsoleCommandExecutor
>
,
commandExecutionEntityService
:
ConsoleCommandExecutionEntityService
,
authContextService
:
AuthContextService
)