Annotation Type Runner


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    @Deprecated
    public @interface Runner
    Deprecated.
    Runner is deprecated. There is only one Runner impl. It is the reactive one.
    Annotation to declare which implementation of SimulationRunner will be used. Default runner, that is ReactiveHttpSimulationRunner, is implemented in push-style, so that the generated load will cause the scenarios to get called. If the scenario implementation is blocking, then the caller thread will get blocked, as well.

    The number of threads which will be employed, can be configured in rhino.properties file with the property, "runner.parallelisation".

    Since:
    1.1.0
    Author:
    Erhan Bagdemir
    See Also:
    SimulationRunner
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<? extends SimulationRunner> clazz
      Deprecated.
       
    • Element Detail

      • clazz

        java.lang.Class<? extends SimulationRunner> clazz
        Deprecated.
        Default:
        io.ryos.rhino.sdk.runners.ReactiveHttpSimulationRunner.class