Module org.microbean.interceptor
Package org.microbean.interceptor
Provides classes and interfaces related to implementing interceptors.
- Author:
- Laird Nelson
- See Also:
Chain
-
Interface Summary Interface Description InterceptionFunction A functional interface whose implementations represent an interception of some kind.InterceptorMethod A representation of a Jakarta Interceptors interceptor method. -
Class Summary Class Description Chain Deprecated, for removal: This API element is subject to removal in a future version. SeeInterceptions
.Interceptions A utility class that makesInterceptionFunction
s andRunnable
s that intercept lifecycle events, constructions, and invocations of methods in accordance with the Jakarta Interceptors specification. -
Exception Summary Exception Description InterceptorException ARuntimeException
indicating that an error has occurred while setting up an interception chain.