Uses of Class
org.apache.nifi.processor.exception.FlowFileAccessException
Packages that use FlowFileAccessException
-
Uses of FlowFileAccessException in org.apache.nifi.processor
Methods in org.apache.nifi.processor that throw FlowFileAccessExceptionModifier 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.void
ProcessSession.read
(FlowFile source, InputStreamCallback reader) Executes the given callback against the contents corresponding to the given FlowFile.ProcessSession.write
(FlowFile source, OutputStreamCallback writer) Executes the given callback against the content corresponding to the given FlowFile.ProcessSession.write
(FlowFile source, StreamCallback writer) Executes the given callback against the content corresponding to the given flow file.