public interface NiFiDataPacket
The NiFiDataPacket provides a packaging around a NiFi FlowFile. It wraps both a FlowFile's content and its attributes so that they can be processed by Spark
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
byte[] |
getContent() |
Copyright © 2022 Apache NiFi Project. All rights reserved.