public class StandardNiFiDataPacket extends Object implements NiFiDataPacket, Serializable
| Modifier and Type | Field and Description |
|---|---|
private Map<String,String> |
attributes |
private byte[] |
content |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
StandardNiFiDataPacket(byte[] content,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
byte[] |
getContent() |
private static final long serialVersionUID
private final byte[] content
public byte[] getContent()
getContent in interface NiFiDataPacketpublic Map<String,String> getAttributes()
getAttributes in interface NiFiDataPacketCopyright © 2022 Apache NiFi Project. All rights reserved.