Class PipelineProcessor.Factory

    • Constructor Detail

    • Method Detail

      • create

        public PipelineProcessor create​(Map<String,​Processor.Factory> registry,
                                        String processorTag,
                                        Map<String,​Object> config)
                                 throws Exception
        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
        config - The configuration for the processor Note: Implementations are responsible for removing the used configuration keys, so that after creating a pipeline ingest can verify if all configurations settings have been used.
        Throws:
        Exception