Skip to content

Commit

Permalink
Merge pull request quarkusio#17414 from youribonnaffe/17412-routingco…
Browse files Browse the repository at this point in the history
…ntext-documentation

Doc: Mutiny RoutingContext is not injected in @route method
  • Loading branch information
mkouba authored May 24, 2021
2 parents c1cdb1b + e7fd92f commit 31a6912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/main/asciidoc/reactive-routes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ Some methods of `RoutingExchange` do it for you, others not and you must call th
A route method can accept arguments of the following types:

* `io.vertx.ext.web.RoutingContext`
* `io.vertx.mutiny.ext.web.RoutingContext`
* `io.quarkus.vertx.web.RoutingExchange`
* `io.vertx.core.http.HttpServerRequest`
* `io.vertx.core.http.HttpServerResponse`
Expand Down

0 comments on commit 31a6912

Please sign in to comment.