Class JdbcMetricsGauge<T>

  • Type Parameters:
    T - the type of the metric's value
    All Implemented Interfaces:
    Gauge<T>, Metric

    public class JdbcMetricsGauge<T>
    extends Object
    implements Gauge<T>
    Gauge metric wrapper for Hikari CP metric.
    • Method Detail

      • getValue

        public T getValue()
        Specified by:
        getValue in interface Gauge<T>