You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot implement void init(@Observes io.vertx.mutiny.ext.web.Router router) as only io.vertx.ext.web.Router seems to be supported. When I need the Mutiny Router, it forces me to do Router.newInstance(router) to convert the regular Router to a Mutiny Router.
When using libraries such as smallrye-mutiny-vertx-web-openapi this becomes an annoyance, as the Mutiny variant of the Router may be needed.
Description
I cannot implement
void init(@Observes io.vertx.mutiny.ext.web.Router router)
as onlyio.vertx.ext.web.Router
seems to be supported. When I need the Mutiny Router, it forces me to doRouter.newInstance(router)
to convert the regularRouter
to a MutinyRouter
.When using libraries such as
smallrye-mutiny-vertx-web-openapi
this becomes an annoyance, as the Mutiny variant of theRouter
may be needed.@cescoffier
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: