| Package | Description |
|---|---|
| io.helidon.microprofile.metrics.cdi |
CDI extension implementing support for Microprofile metrics.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> DelegatingGauge<S> |
DelegatingGauge.newInstance(java.lang.reflect.Method method,
java.lang.Object obj,
java.lang.Class<S> clazz)
Creates a new
DelegatingGauge which will defer to the specified
method on the object to retrieve the gauge of interest of the indicated type. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.