Package org.eclipse.microprofile.metrics
Interface Counting
public interface Counting
An interface for metric types which have counts.
-
Method Summary
-
Method Details
-
getCount
long getCount()Returns the current count.- Returns:
- the current count
-