Class AbstractReactiveInterceptor<T,​R>

    • Constructor Detail

      • AbstractReactiveInterceptor

        protected AbstractReactiveInterceptor​(@NonNull
                                              RepositoryOperations operations)
        Default constructor.
        Parameters:
        operations - The operations
    • Method Detail

      • count

        protected org.reactivestreams.Publisher<java.lang.Integer> count​(org.reactivestreams.Publisher<?> publisher)
        Count the items.
        Parameters:
        publisher - the publisher
        Returns:
        the size