Package io.hyperfoil.api.config
Interface Step
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
SLA.Provider
- All Known Implementing Classes:
StepBuilder.ActionStep
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceMarker interface that should have single implementation in other module. -
Method Summary
-
Method Details
-
invoke
This method should have no side-effect if it returns false.- Parameters:
session- User session.- Returns:
- True if the step was successfully invoked or false when the execution is blocked.
-