org.camunda.bpm.engine.impl.metrics.parser
Class MetricsExecutionListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.metrics.parser.MetricsExecutionListener
All Implemented Interfaces:
DelegateListener<DelegateExecution>, ExecutionListener

public class MetricsExecutionListener
extends Object
implements ExecutionListener

Author:
Daniel Meyer

Field Summary
protected  String metricsName
           
 
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
 
Constructor Summary
MetricsExecutionListener(String metricsName)
           
 
Method Summary
 void notify(DelegateExecution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metricsName

protected String metricsName
Constructor Detail

MetricsExecutionListener

public MetricsExecutionListener(String metricsName)
Method Detail

notify

public void notify(DelegateExecution execution)
            throws Exception
Specified by:
notify in interface DelegateListener<DelegateExecution>
Specified by:
notify in interface ExecutionListener
Throws:
Exception


Copyright © 2017 camunda services GmbH. All rights reserved.