Interface TestScenarioProducer<T,​R>

  • Type Parameters:
    T - - request type, input data into scenario execution.
    R - - response type, the result of scenario execution.

    public interface TestScenarioProducer<T,​R>
    Producer called by ScenarioRunner.