
Package ca.uhn.fhir.interceptor.api
Interface IBaseInterceptorBroadcaster.IInterceptorFilterHook
- Enclosing interface:
IBaseInterceptorBroadcaster<POINTCUT extends IPointcut>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A filter hook is a hook that wraps a system call, and
allows a hook to run code before and after the supplied function.
Filter hooks must call the runnable passed in themselves, similar to Java Servlet Filters.
- See Also:
-
Method Summary
-
Method Details
-
wrapCall
-