public interface Meter
Modifier and Type | Method and Description |
---|---|
boolean |
hasExpired()
Indicates whether the meter is expired.
|
Id |
id()
Identifier used to lookup this meter in the registry.
|
Iterable<Measurement> |
measure()
Get the set of measurements for this meter.
|
Id id()
Iterable<Measurement> measure()
boolean hasExpired()