public interface OutputStreamCallback
Modifier and Type | Method and Description |
---|---|
void |
process(OutputStream out)
Provides a managed output stream for use.
|
void process(OutputStream out) throws IOException
out
- the stream to write bytes toIOException
- if issues writing to output streamCopyright © 2019 Apache NiFi Project. All rights reserved.