Interface StreamConsumer

    • Method Detail

      • consumeLine

        void consumeLine​(String line)
                  throws IOException
        Called when the StreamPumper pumps a line from the Stream.
        Parameters:
        line - The line to be consumed.
        Throws:
        IOException - if consuming line fails.