Class HttpRequestStepBuilder.CompensatedResponseRecorder.Builder

  • All Implemented Interfaces:
    io.hyperfoil.api.config.BuilderBase<io.hyperfoil.api.session.Action.Builder>, io.hyperfoil.api.session.Action.Builder
    Enclosing class:
    HttpRequestStepBuilder.CompensatedResponseRecorder

    public static class HttpRequestStepBuilder.CompensatedResponseRecorder.Builder
    extends java.lang.Object
    implements io.hyperfoil.api.session.Action.Builder
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.hyperfoil.api.config.BuilderBase

        io.hyperfoil.api.config.BuilderBase.CopyUtil, io.hyperfoil.api.config.BuilderBase.IgnoreCopy, io.hyperfoil.api.config.BuilderBase.ThrowingSupplier<T extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.hyperfoil.api.session.Action build()  
      HttpRequestStepBuilder.CompensatedResponseRecorder.Builder metric​(io.hyperfoil.function.SerializableBiFunction<java.lang.String,​java.lang.String,​java.lang.String> metricSelector)  
      • 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.config.BuilderBase

        copy, prepareBuild
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public io.hyperfoil.api.session.Action build()
        Specified by:
        build in interface io.hyperfoil.api.session.Action.Builder