Class FindPageReactiveSpecificationInterceptor

  • All Implemented Interfaces:
    io.micronaut.data.intercept.DataInterceptor<java.lang.Object,​java.lang.Object>

    @Internal
    public class FindPageReactiveSpecificationInterceptor
    extends AbstractReactiveSpecificationInterceptor<java.lang.Object,​java.lang.Object>
    Runtime implementation of Publisher<Page> find(Specification, Pageable).
    Since:
    3.4.0
    • Constructor Detail

      • FindPageReactiveSpecificationInterceptor

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