-
```
The elevator pitch - give classes a hook to introspect a type at injector
creation time. Then
whenever an instance of that type is instantiated, the classes get a callback.
This can be used to …
-
Allow Brave Spans to be triggered via interceptors.
-
## Bug Description
Most built-in handlers check if the handler passed is valid (or assume it is) instead of letting the dispatch function handle everything by default. This means, for example, that…
-
Interceptors can either be applied statically at build time or dynamically at runtime. It is unclear whether the current set of Sting applications could benefit from this feature or not. To enable int…
-
```
CEF3 has an implementation for V8 accessors, but it doesn't support
interceptors. How should API for this feature look? Probably one should create
a new CefV8Interceptor interface with four func…
-
### Description
The [current](https://github.com/grpc/grpc-swift/blob/main/docs/interceptors-tutorial.md) interceptor implementation sits on top of each service client. This forces the implementati…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:master(1e75a42)
- Deployment mode(standalone or cluster):cluster
- …
-
Once https://github.com/nodejs/undici/pull/2826 lands we can start moving some logic into interceptors in order to ensure we get similar logic for all api implementations:
- [ ] throwOnError as int…
ronag updated
8 months ago
-
```
CEF3 has an implementation for V8 accessors, but it doesn't support
interceptors. How should API for this feature look? Probably one should create
a new CefV8Interceptor interface with four func…
-
I don't see a way to inject JAX-RS interceptors and filters.