Interface FindCursoredPageInterceptor<T,R>

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

public interface FindCursoredPageInterceptor<T,R> extends DataInterceptor<T,R>
An interceptor that handles a return type of CursoredPage.
Since:
4.8.0
Author:
Andriy Dmytruk