Interface FindPageReactiveInterceptor<T,R>
-
- Type Parameters:
T
- The declaring typeR
- The result type
- All Superinterfaces:
DataInterceptor<T,R>
- All Known Implementing Classes:
DefaultFindPageReactiveInterceptor
public interface FindPageReactiveInterceptor<T,R> extends DataInterceptor<T,R>
An interceptor that finds a page reactively.- Since:
- 1.0.0
- Author:
- graemerocher
-
-
Method Summary
-
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept
-
-