Class HttpRequestStepBuilder.CompensatedResponseRecorder

  • All Implemented Interfaces:
    io.hyperfoil.api.session.Action, java.io.Serializable
    Enclosing class:
    HttpRequestStepBuilder

    public static class HttpRequestStepBuilder.CompensatedResponseRecorder
    extends java.lang.Object
    implements io.hyperfoil.api.session.Action
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CompensatedResponseRecorder​(int stepId, io.hyperfoil.function.SerializableBiFunction<java.lang.String,​java.lang.String,​java.lang.String> metricSelector)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(io.hyperfoil.api.session.Session session)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompensatedResponseRecorder

        public CompensatedResponseRecorder​(int stepId,
                                           io.hyperfoil.function.SerializableBiFunction<java.lang.String,​java.lang.String,​java.lang.String> metricSelector)
    • Method Detail

      • run

        public void run​(io.hyperfoil.api.session.Session session)
        Specified by:
        run in interface io.hyperfoil.api.session.Action