Class UpdateAllAsyncSpecificationInterceptor

  • All Implemented Interfaces:
    DataInterceptor<java.lang.Object,​java.lang.Object>

    @Internal
    public class UpdateAllAsyncSpecificationInterceptor
    extends AbstractAsyncSpecificationInterceptor<java.lang.Object,​java.lang.Object>
    Implementation of async updateAll(Specification).
    Since:
    3.2
    Author:
    Denis Stepanov
    • Constructor Detail

      • UpdateAllAsyncSpecificationInterceptor

        protected UpdateAllAsyncSpecificationInterceptor​(RepositoryOperations operations)
        Default constructor.
        Parameters:
        operations - The operations
    • Method Detail

      • intercept

        public java.lang.Object intercept​(RepositoryMethodKey methodKey,
                                          io.micronaut.aop.MethodInvocationContext<java.lang.Object,​java.lang.Object> context)
        Description copied from interface: DataInterceptor
        Intercepts a data method execution.
        Parameters:
        methodKey - The method key
        context - The context
        Returns:
        The result