Class FindPageReactiveSpecificationInterceptor

All Implemented Interfaces:
DataInterceptor<Object,Object>

@Internal public class FindPageReactiveSpecificationInterceptor extends AbstractReactiveSpecificationInterceptor<Object,Object>
Runtime implementation of Publisher<Page> find(Specification, Pageable).
Since:
3.4.0
Author:
Denis Stepanov
  • Constructor Details

    • FindPageReactiveSpecificationInterceptor

      protected FindPageReactiveSpecificationInterceptor(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