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
Constructors -
Method Summary
-
Constructor Details
-
ExecutionIdRecorder
public ExecutionIdRecorder()
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceDelegateListener<DelegateExecution>- Specified by:
notifyin interfaceExecutionListener- Throws:
Exception
-