Class AbstractAsyncEventSourceInterceptor

    • Constructor Detail

      • AbstractAsyncEventSourceInterceptor

        protected AbstractAsyncEventSourceInterceptor​(io.micronaut.data.model.runtime.RuntimeEntityRegistry registry)
        Constructs a new AbstractAsyncEventSourceInterceptor.
        Parameters:
        registry - the RuntimeEntityRegistry
    • Method Detail

      • intercept

        public java.lang.Object intercept​(io.micronaut.aop.MethodInvocationContext context)
        Specified by:
        intercept in interface io.micronaut.aop.MethodInterceptor
        Overrides:
        intercept in class AbstractEventSourceInterceptor