public class TemplatePropertyXpathDescriptor extends Object implements PropertyXpathDescriptor
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,String> |
CONSUME_TRANSACTION_PROPERTIES |
private KafkaProcessorType |
processorType |
private static Map<String,String> |
PUBLISH_TRANSACTION_PROPERTIES |
private static Map<KafkaProcessorType,Map<String,String>> |
TRANSACTION_PROPERTIES |
| Constructor and Description |
|---|
TemplatePropertyXpathDescriptor(KafkaProcessorType processorType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyKeyTagName() |
String |
getPropertyTagName() |
String |
getTransactionTagName() |
String |
getXpathForProperties() |
String |
getXpathForTransactionProperty() |
private static final Map<String,String> CONSUME_TRANSACTION_PROPERTIES
private static final Map<String,String> PUBLISH_TRANSACTION_PROPERTIES
private static final Map<KafkaProcessorType,Map<String,String>> TRANSACTION_PROPERTIES
private final KafkaProcessorType processorType
public TemplatePropertyXpathDescriptor(KafkaProcessorType processorType)
public String getXpathForProperties()
getXpathForProperties in interface PropertyXpathDescriptorpublic String getPropertyKeyTagName()
getPropertyKeyTagName in interface PropertyXpathDescriptorpublic String getPropertyTagName()
getPropertyTagName in interface PropertyXpathDescriptorpublic String getXpathForTransactionProperty()
getXpathForTransactionProperty in interface PropertyXpathDescriptorpublic String getTransactionTagName()
getTransactionTagName in interface PropertyXpathDescriptorCopyright © 2023 Apache NiFi Project. All rights reserved.