Package com.yahoo.processing.test
Class ProcessorLibrary.CombineData
- java.lang.Object
-
- com.yahoo.component.AbstractComponent
-
- com.yahoo.component.chain.ChainedComponent
-
- com.yahoo.processing.Processor
-
- com.yahoo.processing.test.ProcessorLibrary.CombineData
-
- All Implemented Interfaces:
com.yahoo.component.Component
,com.yahoo.component.Deconstructable
,Comparable<com.yahoo.component.Component>
- Enclosing class:
- ProcessorLibrary
public static class ProcessorLibrary.CombineData extends Processor
Makes some modifications to the request, passes it on and finally removes one data item from the response
-
-
Constructor Summary
Constructors Constructor Description CombineData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
process(Request request, Execution execution)
Performs a processing request and returns the response-
Methods inherited from class com.yahoo.component.chain.ChainedComponent
getAnnotatedDependencies, getDefaultAnnotatedDependencies, getDependencies, initDependencies
-
-