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