Class TimedInterceptor
- java.lang.Object
-
- io.quarkus.micrometer.runtime.binder.mpmetrics.TimedInterceptor
-
@Timed @Interceptor @Priority(1010) class TimedInterceptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MetricRegistryAdaptermpRegistry
-
Constructor Summary
Constructors Constructor Description TimedInterceptor(MetricRegistryAdapter mpRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Objecttime(javax.interceptor.InvocationContext context, String methodName)(package private) ObjecttimedConstructor(javax.interceptor.InvocationContext context)(package private) ObjecttimedMethod(javax.interceptor.InvocationContext context)(package private) ObjecttimedTimeout(javax.interceptor.InvocationContext context)
-
-
-
Field Detail
-
mpRegistry
final MetricRegistryAdapter mpRegistry
-
-
Constructor Detail
-
TimedInterceptor
TimedInterceptor(MetricRegistryAdapter mpRegistry)
-
-
Method Detail
-
timedConstructor
Object timedConstructor(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
timedMethod
Object timedMethod(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
timedTimeout
Object timedTimeout(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
-