Adding Functionality to Apache NiFi
Also available as:
PDF
loading table of contents...

Relationship

Relationships define the routes to which a FlowFile may be transfered from a Processor. Relationships are created by instantiating an instance of the Relationship.Builder class, calling the appropriate methods to fill in the details of the Relationship, and finally calling the build method.