Package io.hyperfoil.api.processor
Class Processor.BaseDelegating
- java.lang.Object
-
- io.hyperfoil.api.processor.Processor.BaseDelegating
-
- All Implemented Interfaces:
Processor,java.io.Serializable
- Enclosing interface:
- Processor
public abstract static class Processor.BaseDelegating extends java.lang.Object implements Processor
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.hyperfoil.api.processor.Processor
Processor.ActionAdapter, Processor.ActionBuilderAdapter, Processor.ActionBuilderConverter, Processor.BaseDelegating, Processor.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseDelegating(Processor delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter(Session session)Invoked after we record the last value from given response.voidbefore(Session session)Invoked before we record first value from given response.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.hyperfoil.api.processor.Processor
ensureDefragmented, process
-
-