Package org.wildfly.extension.metrics
Interface Metric
-
- All Known Implementing Classes:
WildFlyMetric
public interface MetricA representation of a metric. It is possibe that the value can not be computed (e.g. if it is backed by a WildFly management attribute value which is undefined).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptionalDoublegetValue()
-
-
-
Method Detail
-
getValue
OptionalDouble getValue()
-
-