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