protected final class AbstractListenEventBatchingProcessor.FlowFileEventBatch extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<E> |
events |
private FlowFile |
flowFile |
| Constructor and Description |
|---|
FlowFileEventBatch(FlowFile flowFile,
List<E> events) |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
getEvents() |
FlowFile |
getFlowFile() |
void |
setFlowFile(FlowFile flowFile) |
Copyright © 2019 Apache NiFi Project. All rights reserved.