Class FlowFileResult
java.lang.Object
org.apache.nifi.kafka.service.api.producer.FlowFileResult
Container for results of processing / sending one FlowFile to Kafka.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.nifi.flowfile.FlowFile
private final List
<ProducerRecordMetadata> private final long
-
Constructor Summary
ConstructorsConstructorDescriptionFlowFileResult
(org.apache.nifi.flowfile.FlowFile flowFile, long sentCount, Map<String, Long> sentPerTopic, List<ProducerRecordMetadata> metadatas, List<Exception> exceptions) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.nifi.flowfile.FlowFile
long
-
Field Details
-
flowFile
private final org.apache.nifi.flowfile.FlowFile flowFile -
sentCount
private final long sentCount -
sentPerTopic
-
metadatas
-
exceptions
-
-
Constructor Details
-
FlowFileResult
-
-
Method Details
-
getFlowFile
public org.apache.nifi.flowfile.FlowFile getFlowFile() -
getSentCount
public long getSentCount() -
getSentPerTopic
-
getMetadatas
-
getExceptions
-