Interface StreamingProcessOwner

    • Method Detail

      • getOutputType

        StreamingProcessOutputType getOutputType()
        Returns what output from the process to forward.
        Returns:
        the output type
      • processOutput

        void processOutput​(java.lang.String line,
                           boolean stdout)
        Processes the incoming line.
        Parameters:
        line - the line to process
        stdout - whether stdout or stderr