Class LookupAttribute

All Implemented Interfaces:
ConfigurableComponent, Processor

@SideEffectFree @SupportsBatching @InputRequirement(INPUT_REQUIRED) @Tags({"lookup","cache","enrich","join","attributes","Attribute Expression Language"}) @CapabilityDescription("Lookup attributes from a lookup service") @DynamicProperty(name="The name of the attribute to add to the FlowFile", value="The name of the key or property to retrieve from the lookup service", expressionLanguageScope=FLOWFILE_ATTRIBUTES, description="Adds a FlowFile attribute specified by the dynamic property\'s key with the value found in the lookup service using the the dynamic property\'s value") public class LookupAttribute extends AbstractProcessor