| Package | Description |
|---|---|
| org.apache.nifi.processor.util.pattern |
| Modifier and Type | Field and Description |
|---|---|
protected PartialFunctions.AdjustRoute<FC> |
Put.adjustRoute |
| Modifier and Type | Method and Description |
|---|---|
static <FCT extends RollbackOnFailure> |
RollbackOnFailure.createAdjustRoute(Relationship... failureRelationships)
Create an
PartialFunctions.AdjustRoute function to use with process pattern such as Put that adjust routed FlowFiles based on context. |
| Modifier and Type | Method and Description |
|---|---|
void |
Put.adjustRoute(PartialFunctions.AdjustRoute<FC> f)
Specify an optional function that adjust routed FlowFiles before transfer it.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.