Uses of Class
io.helidon.microprofile.metrics.DelegatingGauge
-
Packages that use DelegatingGauge Package Description io.helidon.microprofile.metrics Microprofile metrics specification implementation. -
-
Uses of DelegatingGauge in io.helidon.microprofile.metrics
Methods in io.helidon.microprofile.metrics that return DelegatingGauge Modifier and Type Method Description static <S> DelegatingGauge<S>DelegatingGauge. newInstance(Method method, Object obj, Class<S> clazz)Creates a newDelegatingGaugewhich will defer to the specified method on the object to retrieve the gauge of interest of the indicated type.
-