Class UpdateAllAsyncSpecificationInterceptor

All Implemented Interfaces:
DataInterceptor<Object,Object>

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

    • UpdateAllAsyncSpecificationInterceptor

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

    • intercept

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