Interface CamundaEngineBpmnMetrics
public interface CamundaEngineBpmnMetrics
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecutionFinished(String javaDelegateName, org.camunda.bpm.engine.delegate.DelegateExecution execution, long processingTimeNano, Throwable exception) voidexecutionStarted(String javaDelegateName, org.camunda.bpm.engine.delegate.DelegateExecution execution)
-
Method Details
-
executionStarted
void executionStarted(String javaDelegateName, org.camunda.bpm.engine.delegate.DelegateExecution execution) -
executionFinished
-