ConsoleRequestGateway

@Component
class ConsoleRequestGateway @Autowired constructor(eventPublisher: EventPublisher)

Constructors

Link copied to clipboard
@Autowired
constructor(eventPublisher: EventPublisher)

Functions

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
Link copied to clipboard
fun handleReply(message: Message<ConsoleCommandResponse>)