public interface IngestPlugin
Plugin
implementations to add custom ingest processorsModifier and Type | Method and Description |
---|---|
default java.util.Map<java.lang.String,Processor.Factory> |
getProcessors(Processor.Parameters parameters)
Returns additional ingest processor types added by this plugin.
|
default java.util.Map<java.lang.String,Processor.Factory> getProcessors(Processor.Parameters parameters)
Map
is the unique name for the processor which is specified
in pipeline configurations, and the value is a Processor.Factory
to create the processor from a given pipeline configuration.