- Type Parameters:
T
- The declaring type
- All Superinterfaces:
- DataInterceptor<T,java.util.concurrent.CompletionStage<java.lang.Iterable<java.lang.Object>>>
- All Known Implementing Classes:
- DefaultFindAllAsyncInterceptor
public interface FindAllAsyncInterceptor<T>
extends DataInterceptor<T,java.util.concurrent.CompletionStage<java.lang.Iterable<java.lang.Object>>>
An interceptor that executes a query and returns an iterable result asynchronously.
- Since:
- 1.0
- Author:
- graemerocher