Class MetricsExecutionListener
java.lang.Object
org.camunda.bpm.engine.impl.metrics.parser.MetricsExecutionListener
- All Implemented Interfaces:
DelegateListener<DelegateExecution>
,ExecutionListener
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
Constructor Summary
ConstructorDescriptionMetricsExecutionListener
(String metricsName) MetricsExecutionListener
(String metricsName, Function<DelegateExecution, Boolean> condition) -
Method Summary
-
Field Details
-
metricsName
-
condition
-
-
Constructor Details
-
MetricsExecutionListener
-
MetricsExecutionListener
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceDelegateListener<DelegateExecution>
- Specified by:
notify
in interfaceExecutionListener
- Throws:
Exception
-