Class TestProcessor

java.lang.Object
org.elasticsearch.ingest.TestProcessor
All Implemented Interfaces:
Processor

public class TestProcessor extends Object implements Processor
Processor used for testing, keeps track of how many times it is invoked and accepts a Consumer of IngestDocument to be called when executed.