public class StandardNiFiDataPacket extends Object implements NiFiDataPacket, Serializable
Constructor and Description |
---|
StandardNiFiDataPacket(byte[] content,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
byte[] |
getContent() |
public byte[] getContent()
getContent
in interface NiFiDataPacket
public Map<String,String> getAttributes()
getAttributes
in interface NiFiDataPacket
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.