-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple interceptors together #1405
Comments
I'll be happy to contribute code to close this feature request. However, I'm not sure how to achieve this feature request without causing backward-incompatible changes to either the |
Wouldn't it be better if we allowed multiple interceptors to be registered instead of a single one? |
Yes, that's the intention of the feature request too. The |
@aditnryn would #1412 solve your problem? |
Fixed by #1412. |
Is your feature request related to a problem? Please describe.
Add support for invoking two or more interceptors.
Describe the solution you'd like
Replace
SetInterceptor
onIConfigurator
withAddInterceptor
method that allows chaining of interceptors.Describe alternatives you've considered
Today, one can create the class
ChainedInterceptor
that delegates to multiple interceptors to circumvent this feature gap.I'm interested in having library support for interceptor chaining.
Additional context
The text was updated successfully, but these errors were encountered: