| Package | Description |
|---|---|
| io.arivera.oss.embedded.rabbitmq.bin |
| Modifier and Type | Method and Description |
|---|---|
RabbitMqCommand |
RabbitMqCommand.listenToEvents(org.zeroturnaround.exec.listener.ProcessListener listener)
Registers a unique listener to be notified of process events, such as start and finish.
|
RabbitMqCommand |
RabbitMqCommand.logStandardErrorOutputAs(org.zeroturnaround.exec.stream.slf4j.Level level)
Defines which logging level to use for the processes' standard error output.
|
RabbitMqCommand |
RabbitMqCommand.logStandardOutputAs(org.zeroturnaround.exec.stream.slf4j.Level level)
Defines which logging level to use for the process' standard output.
|
RabbitMqCommand |
RabbitMqCommand.logWith(org.slf4j.Logger logger)
Defines which SLF4J logger to use log the process output as it would have been dumped to STDOUT and STDERR.
|
RabbitMqCommand |
RabbitMqCommand.storeOutput(boolean storeOutput)
Used to define if the output of the process should be stored for retrieval after the ProcessResult future is
completed.
|
RabbitMqCommand |
RabbitMqCommand.writeErrorOutputTo(OutputStream outputStream)
Error output from the process will be written here as it happens.
|
RabbitMqCommand |
RabbitMqCommand.writeOutputTo(OutputStream outputStream)
Output from the process will be written here as it happens.
|
Copyright © 2016–2017. All rights reserved.