Class ExecutionIdRecorder
java.lang.Object
org.camunda.bpm.qa.performance.engine.steps.ExecutionIdRecorder
- All Implemented Interfaces:
DelegateListener<DelegateExecution>
,ExecutionListener
ExecutionListener
recording the current execution id in the PerfTestRunContext
using the key PerfTestConstants.EXECUTION_ID
.
This is mainly used for removing the necessity for querying for the execution Id.
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExecutionIdRecorder
public ExecutionIdRecorder()
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceDelegateListener<DelegateExecution>
- Specified by:
notify
in interfaceExecutionListener
- Throws:
Exception
-