Class InheritedGaugeMethodBean
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.metrics.GaugeMethodBean
-
- org.eclipse.microprofile.metrics.tck.inheritance.InheritedGaugeMethodBean
-
@ApplicationScoped public class InheritedGaugeMethodBean extends GaugeMethodBean
-
-
Constructor Summary
Constructors Constructor Description InheritedGaugeMethodBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getChildGauge()
void
setChildGauge(long childGauge)
-
Methods inherited from class org.eclipse.microprofile.metrics.tck.metrics.GaugeMethodBean
getGauge, setGauge
-
-