Class UpdateAllAsyncSpecificationInterceptor

  • All Implemented Interfaces:
    io.micronaut.data.intercept.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
    • Constructor Detail

      • UpdateAllAsyncSpecificationInterceptor

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

      • intercept

        public java.lang.Object intercept​(io.micronaut.data.intercept.RepositoryMethodKey methodKey,
                                          io.micronaut.aop.MethodInvocationContext<java.lang.Object,​java.lang.Object> context)