toggle menu
console-components
JVM
switch theme
search in API
console-components
/
org.cryptotrader.console.library.component
/
ConsoleRequestGateway
Console
Request
Gateway
@
Component
class
ConsoleRequestGateway
@
Autowired
constructor
(
eventPublisher
:
EventPublisher
)
Members
Constructors
Console
Request
Gateway
Link copied to clipboard
@
Autowired
constructor
(
eventPublisher
:
EventPublisher
)
Functions
execute
Link copied to clipboard
fun
execute
(
consoleTextCommand
:
ConsoleCommandRequest
,
timeout
:
Duration
=
Duration.ofSeconds(15)
)
:
ConsoleCommandResponse
fun
execute
(
consoleTextCommand
:
ConsoleCommandRequest
,
timeout
:
Duration
=
Duration.ofSeconds(15)
,
authorizationHeader
:
String
?
)
:
ConsoleCommandResponse
handle
Reply
Link copied to clipboard
fun
handleReply
(
message
:
Message
<
ConsoleCommandResponse
>
)