Package org.eclipse.microprofile.metrics
Interface Counter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()Returns the counter's current value.voidinc()Increment the counter by one.voidinc(long n)Increment the counter byn.
-