Package io.engineblock.metrics
Class ExceptionMeterMetrics
- java.lang.Object
-
- io.engineblock.metrics.ExceptionMeterMetrics
-
public class ExceptionMeterMetrics extends java.lang.ObjectUse this to provide exception metering in a uniform way.
-
-
Constructor Summary
Constructors Constructor Description ExceptionMeterMetrics(ActivityDef activityDef)
-
Method Summary
Modifier and Type Method Description voidcount(java.lang.Exception e)
-
-
-
Constructor Detail
-
ExceptionMeterMetrics
public ExceptionMeterMetrics(ActivityDef activityDef)
-
-