Package is.codion.tools.loadtest
Interface Scenario.Performer<T>
- Type Parameters:
T- the load test application type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Performs a load test scenario.
-
Method Summary
-
Method Details
-
perform
Performs the scenario using the given application- Parameters:
application- the application- Throws:
Exception- in case of an exception
-