Class InvocationInterceptor
- java.lang.Object
-
- io.quarkus.arc.runtime.devconsole.InvocationInterceptor
-
@Priority(1000) @Interceptor public class InvocationInterceptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) InjectableBean<?>bean(package private) InvocationsMonitorinvocationMonitor(package private) javax.enterprise.inject.Instance<InvocationTree>invocationTree
-
Constructor Summary
Constructors Constructor Description InvocationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Invocation.KindgetKind(javax.interceptor.InvocationContext ctx)Objectmonitor(javax.interceptor.InvocationContext context)(package private) Objectproceed(Invocation.Builder builder, javax.interceptor.InvocationContext context, ManagedContext requestContext, InvocationTree tree)
-
-
-
Field Detail
-
invocationMonitor
@Inject InvocationsMonitor invocationMonitor
-
bean
@Intercepted InjectableBean<?> bean
-
invocationTree
@Inject javax.enterprise.inject.Instance<InvocationTree> invocationTree
-
-
Method Detail
-
monitor
public Object monitor(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
proceed
Object proceed(Invocation.Builder builder, javax.interceptor.InvocationContext context, ManagedContext requestContext, InvocationTree tree) throws Exception
- Throws:
Exception
-
getKind
Invocation.Kind getKind(javax.interceptor.InvocationContext ctx)
-
-