Interface FindAllReactiveInterceptor<T,R>
- Type Parameters:
T
- The declaring typeR
- The result type
- All Superinterfaces:
DataInterceptor<T,
R>
- All Known Implementing Classes:
DefaultFindAllReactiveInterceptor
An interceptor that executes a
Query
and a Publisher
that
emits the result objects reactively.- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept