Interface Scenario.Performer<T>

Type Parameters:
T - the load test application type
Enclosing interface:
Scenario<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Scenario.Performer<T>
Performs a load test scenario.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    perform(T application)
    Performs the scenario using the given application
  • Method Details

    • perform

      void perform(T application) throws Exception
      Performs the scenario using the given application
      Parameters:
      application - the application
      Throws:
      Exception - in case of an exception