Class FindPageReactiveSpecificationInterceptor

  • All Implemented Interfaces:
    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
    Author:
    Denis Stepanov
    • Constructor Detail

      • FindPageReactiveSpecificationInterceptor

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