Class PipelineProcessor.Factory

org.elasticsearch.ingest.PipelineProcessor.Factory
All Implemented Interfaces:
Processor.Factory
Enclosing class:
PipelineProcessor

public static final class PipelineProcessor.Factory extends implements Processor.Factory
  • Constructor Summary

    Constructors
    Constructor
    Description
    Factory​(IngestService ingestService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <,​Processor.Factory> registry,  processorTag,  description, <,​> config)
    Creates a processor based on the specified map of maps config.

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

  • Method Details

    • create

      public <,​Processor.Factory> registry,  processorTag,  description, <,​> config) throws
      Description copied from interface: Processor.Factory
      Creates a processor based on the specified map of maps config.
      Specified by:
      create in interface Processor.Factory
      Parameters:
      registry - Other processors which may be created inside this processor
      processorTag - The tag for the processor
      description - A short description of what this processor does
      config - The configuration for the processor Note: Implementations are responsible for removing the used configuration keys, so that after
      Throws: