Class MGaugeImpl

  • All Implemented Interfaces:
    org.eclipse.microprofile.metrics.Gauge, org.eclipse.microprofile.metrics.Metric

    public class MGaugeImpl
    extends Object
    implements org.eclipse.microprofile.metrics.Gauge
    Author:
    hrupp
    • Constructor Detail

      • MGaugeImpl

        public MGaugeImpl​(JmxWorker worker,
                          String mBeanExpression)
    • Method Detail

      • getValue

        public Number getValue()
        Specified by:
        getValue in interface org.eclipse.microprofile.metrics.Gauge