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