Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(context): add support for method interceptors
- introduce `@intercept` for classes and/or methods - enable `invokeMethod()` to execute interceptors - add support for global interceptors - add acceptance tests to illustrate how to use interceptors - apply global interceptors for handler routes - allow proxies to be created or injected to apply interceptors - update docs for interceptors - introduce AsyncProxy type for proxy with async interceptors - allow global interceptors to be sorted by group
- Loading branch information