toggle menu
console-services
JVM
switch theme
search in API
console-services
/
org.cryptotrader.console.library.services
/
ConsoleCommandService
Console
Command
Service
@
Service
class
ConsoleCommandService
@
Autowired
constructor
(
commandParser
:
ConsoleCommandParser
,
currencyCommandService
:
CurrencyCommandService
,
portfolioCommandService
:
PortfolioCommandService
,
commandExecutors
:
List
<
ConsoleCommandExecutor
>
,
commandExecutionEntityService
:
ConsoleCommandExecutionEntityService
,
authContextService
:
AuthContextService
)
Members
Constructors
Console
Command
Service
Link copied to clipboard
@
Autowired
constructor
(
commandParser
:
ConsoleCommandParser
,
currencyCommandService
:
CurrencyCommandService
,
portfolioCommandService
:
PortfolioCommandService
,
commandExecutors
:
List
<
ConsoleCommandExecutor
>
,
commandExecutionEntityService
:
ConsoleCommandExecutionEntityService
,
authContextService
:
AuthContextService
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
execute
Command
Link copied to clipboard
fun
executeCommand
(
command
:
ConsoleCommandRequest
)
:
ConsoleCommandResponse