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