Interface FindCursoredReactivePageInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The result type
All Superinterfaces:
DataInterceptor<T,R>
All Known Implementing Classes:
DefaultFindCursoredPageReactiveInterceptor

@Internal public interface FindCursoredReactivePageInterceptor<T,R> extends DataInterceptor<T,R>
An interceptor that finds a cursored page reactively.
Since:
4.13
Author:
Denis Stepanov