Interface PerfTestStepBehavior

All Known Implementing Classes:
CompleteTaskStep, CorrelateMessageStep, CountJobsStep, EvaluateDecisionTableStep, MetricIntervalStep, MetricSumStep, ProcessEngineAwareStep, SignalExecutionStep, StartProcessInstanceByMessageStep, StartProcessInstanceStep, WaitStep

public interface PerfTestStepBehavior
Author:
Daniel Meyer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute the step logic.
  • Method Details

    • execute

      void execute(PerfTestRunContext context)
      Execute the step logic. Implementations must be stateless and pass all data from one step to the other using the PerfTestRunContext
      Parameters:
      context - the current run