| Package | Description |
|---|---|
| org.apache.nifi.processor.util.listen |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,AbstractListenEventBatchingProcessor.FlowFileEventBatch> |
AbstractListenEventBatchingProcessor.getBatches(ProcessSession session,
int totalBatchSize,
byte[] messageDemarcatorBytes)
Batches together up to the batchSize events.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<String,String> |
AbstractListenEventBatchingProcessor.getAttributes(AbstractListenEventBatchingProcessor.FlowFileEventBatch batch)
Creates the attributes for the FlowFile of the given batch.
|
protected abstract String |
AbstractListenEventBatchingProcessor.getTransitUri(AbstractListenEventBatchingProcessor.FlowFileEventBatch batch)
Creates the transit uri to be used when reporting a provenance receive event for the given batch.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.