Interface CountReactiveInterceptor<T,R>
- Type Parameters:
T
- The declaring typeR
- The return type
- All Superinterfaces:
DataInterceptor<T,
R>
- All Known Implementing Classes:
DefaultCountReactiveInterceptor
An interceptor that executes a count query reactively and returns a reactive type that emits a single result
as a RxJava Single or a Reactor Mono.
- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept