Interface StreamConsumer

    • Method Detail

      • consumeLine

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