Interface Put.PutFlowFile<FC,C>

Enclosing class:
Put<FC,C extends AutoCloseable>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Put.PutFlowFile<FC,C>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(org.apache.nifi.processor.ProcessContext context, org.apache.nifi.processor.ProcessSession session, FC functionContext, C connection, org.apache.nifi.flowfile.FlowFile flowFile, RoutingResult result)
     
  • Method Details

    • apply

      void apply(org.apache.nifi.processor.ProcessContext context, org.apache.nifi.processor.ProcessSession session, FC functionContext, C connection, org.apache.nifi.flowfile.FlowFile flowFile, RoutingResult result) throws org.apache.nifi.processor.exception.ProcessException
      Throws:
      org.apache.nifi.processor.exception.ProcessException