
Package ca.uhn.fhir.interceptor.api
Interface IAnonymousInterceptor
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IAnonymousInterceptor
This is currently only here for unit tests! DO NOT USE IN NON-TEST CODE. Maybe this will change in the future?
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(Pointcut thePointcut, HookParams theArgs)
-
-
-
Method Detail
-
invoke
void invoke(Pointcut thePointcut, HookParams theArgs)
-
-