Class GaugeMethodBean
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.metrics.GaugeMethodBean
-
- Direct Known Subclasses:
InheritedGaugeMethodBean
@ApplicationScoped public class GaugeMethodBean extends Object
-
-
Constructor Summary
Constructors Constructor Description GaugeMethodBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getGauge()
void
setGauge(long gauge)
void
setPrivateGauge(long gauge)
-