Uses of Interface
org.apache.nifi.processor.io.OutputStreamCallback
Packages that use OutputStreamCallback
-
Uses of OutputStreamCallback in org.apache.nifi.processor
Methods in org.apache.nifi.processor with parameters of type OutputStreamCallbackModifier and TypeMethodDescriptionProcessSession.append(FlowFile source, OutputStreamCallback writer) Executes the given {code writer}OutputStreamCallbackagainst the content of the givenFlowFile, such that any data written to the OutputStream will be appended to the end of FlowFile's content.ProcessSession.write(FlowFile source, OutputStreamCallback writer) Executes the given {code writer}OutputStreamCallbackagainst the content of the givenFlowFile.