Class AbstractProcessor

java.lang.Object
org.elasticsearch.ingest.AbstractProcessor
All Implemented Interfaces:
Processor
Direct Known Subclasses:
ConditionalProcessor, DropProcessor, PipelineProcessor

public abstract class AbstractProcessor extends Object implements Processor
An Abstract Processor that holds tag and description information about the processor.
  • Field Details

    • tag

      protected final String tag
    • description

      protected final String description
  • Constructor Details

    • AbstractProcessor

      protected AbstractProcessor(String tag, String description)
  • Method Details