Interface FindCursoredAsyncPageInterceptor<T>
- Type Parameters:
T
- The declaring type
- All Superinterfaces:
DataInterceptor<T,
CompletionStage<CursoredPage<Object>>>
- All Known Implementing Classes:
DefaultFindCursoredPageAsyncInterceptor
@Internal
public interface FindCursoredAsyncPageInterceptor<T>
extends DataInterceptor<T,CompletionStage<CursoredPage<Object>>>
An interceptor that executes a query and returns a
CursoredPage
asynchronously.- Since:
- 4.13
- Author:
- Denis Stepanov
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept