Class MicronautInterceptor


  • @Interceptor
    @Priority(1000)
    @Internal
    public class MicronautInterceptor
    extends Object
    A CDI interceptor that invokes all Micronaut interceptors. DO NOT USE DIRECTLY. Usage is computed by this CDI extension.
    • Method Detail

      • invoke

        public Object invoke​(javax.interceptor.InvocationContext cdiCtx)
        Interceptor method that call Micronaut interceptors for a CDI bean.
        Parameters:
        cdiCtx - invocation context
        Returns:
        response of the method