Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Build a framework or API for a service interceptor framework. Here are the initial requirements:
- make it implementation independent (Proxies vs. Generated Stubs)
- make it support chains of interceptors that each inject a service
- consider the before, after and on error execution of interceptors
More to come as the idea evolves ...