org.camunda.bpm.dmn.engine.spi
Interface DmnEngineMetricCollector
- All Superinterfaces:
- DmnDecisionTableEvaluationListener
- All Known Implementing Classes:
- DefaultEngineMetricCollector, DmnEngineMetricCollectorWrapper
public interface DmnEngineMetricCollector
- extends DmnDecisionTableEvaluationListener
DMN engine metric collector which records the executed decision elements
since since its creation.
getExecutedDecisionElements
long getExecutedDecisionElements()
- Returns:
- the number of executed decision elements since creation of this engine
clearExecutedDecisionElements
long clearExecutedDecisionElements()
- Resets the executed decision elements to 0.
- Returns:
- the number of executed decision elements before resetting.
Copyright © 2017 camunda services GmbH. All rights reserved.