Replies: 1 comment 3 replies
-
Yeah, there is currently also no gold standard example |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There's very little documentation around it and how they are implemented; in the codebase things are implemented in a few different ways (wrap/unwraphandler, decorator handlers, straight up functions, ...) and it's quite a bit of a barrier given that we will not be sure what/how things will be supported (e.g. #4097).
The overall API also is not really friendly, by having to manually wrap and manually call each wrapped method of the handler in the interceptor dispatch method.
Any guidance and documentation around it would be helpful :)
Beta Was this translation helpful? Give feedback.
All reactions