Interface Gauge
- All Superinterfaces:
Meter
Represents a gauge.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface de.iip_ecosphere.platform.support.metrics.Meter
Meter.Id, Meter.Type -
Method Summary
Modifier and TypeMethodDescriptiondoublevalue()The act of observing the value by calling this method triggers sampling of the underlying number or user-defined function that defines the value for the gauge.
-
Method Details
-
value
double value()The act of observing the value by calling this method triggers sampling of the underlying number or user-defined function that defines the value for the gauge.- Returns:
- The current value.
-