Package io.quarkus.arc.impl
Class InterceptorInvocation
java.lang.Object
io.quarkus.arc.impl.InterceptorInvocation
-
Method Summary
Modifier and TypeMethodDescriptionstatic InterceptorInvocationaroundConstruct(InjectableInterceptor<?> interceptor, Object interceptorInstance) static InterceptorInvocationaroundInvoke(InjectableInterceptor<?> interceptor, Object interceptorInstance) static InterceptorInvocationpostConstruct(InjectableInterceptor<?> interceptor, Object interceptorInstance) static InterceptorInvocationpreDestroy(InjectableInterceptor<?> interceptor, Object interceptorInstance)
-
Method Details
-
aroundInvoke
public static InterceptorInvocation aroundInvoke(InjectableInterceptor<?> interceptor, Object interceptorInstance) -
postConstruct
public static InterceptorInvocation postConstruct(InjectableInterceptor<?> interceptor, Object interceptorInstance) -
preDestroy
public static InterceptorInvocation preDestroy(InjectableInterceptor<?> interceptor, Object interceptorInstance) -
aroundConstruct
public static InterceptorInvocation aroundConstruct(InjectableInterceptor<?> interceptor, Object interceptorInstance)
-