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 TypeMethodDescriptionvoidexecute(PerfTestRunContext context) Execute the step logic.
-
Method Details
-
execute
Execute the step logic. Implementations must be stateless and pass all data from one step to the other using thePerfTestRunContext- Parameters:
context- the current run
-