Interface FindPageAsyncInterceptor<T>
- Type Parameters:
T
- The declaring type
- All Superinterfaces:
DataInterceptor<T,
CompletionStage<Page<Object>>>
- All Known Implementing Classes:
DefaultFindPageAsyncInterceptor
public interface FindPageAsyncInterceptor<T>
extends DataInterceptor<T,CompletionStage<Page<Object>>>
An interceptor that executes a query and returns a
Page
asynchronously.- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept