Class GaugeTagMethodBean
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.tags.GaugeTagMethodBean
-
@ApplicationScoped public class GaugeTagMethodBean extends Object
-
-
Constructor Summary
Constructors Constructor Description GaugeTagMethodBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getGaugeOne()
long
getGaugeTwo()
void
setGaugeOne(long gauge)
void
setGaugeTwo(long gauge)
-