T
- The declaring typeR
- The return type@Introspected
public interface DataInterceptor<T,R>
Modifier and Type | Method and Description |
---|---|
R |
intercept(RepositoryMethodKey methodKey,
io.micronaut.aop.MethodInvocationContext<T,R> context)
Intercepts a data method execution.
|
R intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T,R> context)
methodKey
- The method keycontext
- The context