Package io.hyperfoil.http.steps
Class HttpStepCatalog.Factory
- java.lang.Object
-
- io.hyperfoil.http.steps.HttpStepCatalog.Factory
-
- All Implemented Interfaces:
io.hyperfoil.impl.StepCatalogFactory
- Enclosing class:
- HttpStepCatalog
@MetaInfServices(io.hyperfoil.impl.StepCatalogFactory.class) public static class HttpStepCatalog.Factory extends java.lang.Object implements io.hyperfoil.impl.StepCatalogFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends io.hyperfoil.api.config.Step.Catalog>clazz()io.hyperfoil.api.config.Step.Catalogcreate(io.hyperfoil.api.config.BaseSequenceBuilder<?> sequenceBuilder)
-
-
-
Method Detail
-
clazz
public java.lang.Class<? extends io.hyperfoil.api.config.Step.Catalog> clazz()
- Specified by:
clazzin interfaceio.hyperfoil.impl.StepCatalogFactory
-
create
public io.hyperfoil.api.config.Step.Catalog create(io.hyperfoil.api.config.BaseSequenceBuilder<?> sequenceBuilder)
- Specified by:
createin interfaceio.hyperfoil.impl.StepCatalogFactory
-
-