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 callback against the content corresponding to the given FlowFile, such that any data written to the OutputStream of the content will be appended to the end of FlowFile.ProcessSession.write
(FlowFile source, OutputStreamCallback writer) Executes the given callback against the content corresponding to the given FlowFile.