Class MetricImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.telemetry.dto.MetricImpl
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected longcount
 - 
Constructor SummaryConstructors Constructor Description MetricImpl(long count)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()The count of this metric i.e., how often did the engine perform the action associated with this metric.voidsetCount(long count)
 
-