Interface CamundaEngineBpmnMetrics


public interface CamundaEngineBpmnMetrics
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executionFinished(String javaDelegateName, org.camunda.bpm.engine.delegate.DelegateExecution execution, long processingTimeNano, Throwable exception)
     
    void
    executionStarted(String javaDelegateName, org.camunda.bpm.engine.delegate.DelegateExecution execution)
     
  • Method Details

    • executionStarted

      void executionStarted(String javaDelegateName, org.camunda.bpm.engine.delegate.DelegateExecution execution)
    • executionFinished

      void executionFinished(String javaDelegateName, org.camunda.bpm.engine.delegate.DelegateExecution execution, long processingTimeNano, @Nullable Throwable exception)