Package io.hyperfoil.http.steps
Class AwaitAllResponsesStep.Builder
- java.lang.Object
-
- io.hyperfoil.http.steps.AwaitAllResponsesStep.Builder
-
- All Implemented Interfaces:
io.hyperfoil.api.config.BuilderBase<AwaitAllResponsesStep.Builder>,io.hyperfoil.api.config.StepBuilder<AwaitAllResponsesStep.Builder>
- Enclosing class:
- AwaitAllResponsesStep
@MetaInfServices(io.hyperfoil.api.config.StepBuilder.class) public static class AwaitAllResponsesStep.Builder extends java.lang.Object implements io.hyperfoil.api.config.StepBuilder<AwaitAllResponsesStep.Builder>
Block current sequence until all requests receive the response.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<io.hyperfoil.api.config.Step>build()
-
-
-
Method Detail
-
build
public java.util.List<io.hyperfoil.api.config.Step> build()
- Specified by:
buildin interfaceio.hyperfoil.api.config.StepBuilder<AwaitAllResponsesStep.Builder>
-
-