Class ConcreteTimedBean
- java.lang.Object
-
- org.eclipse.microprofile.metrics.tck.metrics.AbstractGenericBean
-
- org.eclipse.microprofile.metrics.tck.metrics.ConcreteTimedBean
-
@Dependent @Timed public class ConcreteTimedBean extends AbstractGenericBean
-
-
Constructor Summary
Constructors Constructor Description ConcreteTimedBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
timedMethod()
-
Methods inherited from class org.eclipse.microprofile.metrics.tck.metrics.AbstractGenericBean
normallyNotTimedMethod
-
-