Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0
-
None
Description
An interceptor which supports registering multiple "cases" to be checked for each invocation. A "case" consists of an InvocationMatcher, which returns true/false given an Invocation object, and its corresponding Interceptor which is to be called if the case matches the Invocation.