-
Notifications
You must be signed in to change notification settings - Fork 26
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
Generate binding from io.vertx.httproxy.ProxyInterceptor interface ? #713
Comments
Vertx 4.4.0 has been released with the fix. I tested the generation and an interface was correctly generated.
However, a getDelegate() method is generated. I had trouble understanding how one can implement this interface?
|
Mutiny APIs are implemented directly on top of the "Bare" API. The getDelegate provides a way to get the "bare" object. |
Hello, any idea to use ProxyInterceptor with mutiny ? I can't find a solution to chain interceptor... |
Is it possible to generate the following interface from the io.vertx.httpproxy.ProxyInterceptor interface?
Currently, it is a class that is generated and it is not easy to use ? Or another idea ?
Example of expected use.
The text was updated successfully, but these errors were encountered: