Interface DataInterceptor<T,​R>

    • Method Detail

      • intercept

        R intercept​(RepositoryMethodKey methodKey,
                    io.micronaut.aop.MethodInvocationContext<T,​R> context)
        Intercepts a data method execution.
        Parameters:
        methodKey - The method key
        context - The context
        Returns:
        The result