public interface StreamConsumer
Modifier and Type | Method and Description |
---|---|
void |
consumeLine(String line)
Called when the StreamPumper pumps a line from the Stream.
|
void consumeLine(String line) throws IOException
line
- The line to be consumed.IOException
- if consuming line
fails.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.