Class FlowFileResult

java.lang.Object
org.apache.nifi.kafka.service.api.producer.FlowFileResult

public class FlowFileResult extends Object
Container for results of processing / sending one FlowFile to Kafka.
  • Field Details

    • flowFile

      private final org.apache.nifi.flowfile.FlowFile flowFile
    • sentCount

      private final long sentCount
    • sentPerTopic

      private final Map<String,Long> sentPerTopic
    • metadatas

      private final List<ProducerRecordMetadata> metadatas
    • exceptions

      private final List<Exception> exceptions
  • Constructor Details

  • Method Details

    • getFlowFile

      public org.apache.nifi.flowfile.FlowFile getFlowFile()
    • getSentCount

      public long getSentCount()
    • getSentPerTopic

      public Map<String,Long> getSentPerTopic()
    • getMetadatas

      public List<ProducerRecordMetadata> getMetadatas()
    • getExceptions

      public List<Exception> getExceptions()