Registry / other / nifi-record

nifi-record

JSON →
library2.9.0javamavenunverified

NiFi Record provides the domain model for Apache NiFi's Record abstraction, including interfaces for interacting with Records.

<dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record</artifactId> <version>2.9.0</version> </dependency>
INSTALL
IMPORT
SIG · NIFI-RECORD
N
nifi-record
otherjavav2.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Record
org.apache.nifi.serialization.record.Record

Access the schema of a NiFi Record.

import org.apache.nifi.serialization.record.Record; import org.apache.nifi.serialization.record.RecordSchema; public class Example { public void processRecord(Record record) { RecordSchema schema = record.getSchema(); System.out.println("Schema: " + schema); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nifi-record — mvn dependency:get nifi-record · libregistry