Class ExecutionIdRecorder
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.steps.ExecutionIdRecorder
-
- All Implemented Interfaces:
DelegateListener<DelegateExecution>
,ExecutionListener
public class ExecutionIdRecorder extends java.lang.Object implements ExecutionListener
ExecutionListener
recording the current execution id in thePerfTestRunContext
using the keyPerfTestConstants.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 Constructor Description ExecutionIdRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(DelegateExecution execution)
-
-
-
Method Detail
-
notify
public void notify(DelegateExecution execution) throws java.lang.Exception
- Specified by:
notify
in interfaceDelegateListener<DelegateExecution>
- Specified by:
notify
in interfaceExecutionListener
- Throws:
java.lang.Exception
-
-