Package org.elasticsearch.ingest
Interface WrappingProcessor
- All Superinterfaces:
Processor
- All Known Implementing Classes:
ConditionalProcessor
A srapping processor is one that encapsulates an inner processor, or a processor that the wrapped processor enacts upon. All processors
that contain an "inner" processor should implement this interface, such that the actual processor can be obtained.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.ingest.Processor
Processor.Factory, Processor.Parameters
-
Method Summary
Modifier and TypeMethodDescriptionMethod for retrieving the inner processor from a wrapped processor.
-
Method Details
-
getInnerProcessor
Processor getInnerProcessor()Method for retrieving the inner processor from a wrapped processor.- Returns:
- the inner processor
-