Interface ProcessStreamConsumer

    • Method Detail

      • accept

        void accept​(String line)
        Called when a new line was read from the input stream.
        Parameters:
        line - the read line
      • readFinished

        void readFinished()
        Called when reading the input stream finished.
      • readFailed

        void readFailed​(IOException exception)
        Called when reading the input stream failed.
        Parameters:
        exception - the exception.