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 {code writer}OutputStreamCallback
against the content of the givenFlowFile
, such that any data written to the OutputStream will be appended to the end of FlowFile's content.void
ProcessSession.read
(FlowFile source, InputStreamCallback reader) Executes the given {code reader}InputStreamCallback
against the content of the givenFlowFile
.ProcessSession.write
(FlowFile source, OutputStreamCallback writer) Executes the given {code writer}OutputStreamCallback
against the content of the givenFlowFile
.ProcessSession.write
(FlowFile source, StreamCallback writer) Executes the given {code writer}StreamCallback
against the content of the givenFlowFile
.