Skip to content

Commit

Permalink
Merge pull request #15979 from FroMage/resteasy-reactive-docs-vertx-c…
Browse files Browse the repository at this point in the history
…ontext

RESTEasy Reactive: document injection of vertx request/response objects
  • Loading branch information
FroMage authored Mar 24, 2021
2 parents 576019e + 1a9e454 commit b1820da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/main/asciidoc/resteasy-reactive.adoc
Original file line number Diff line number Diff line change
@@ -681,6 +681,12 @@ method takes parameters of the following type:
|link:{jaxrsapi}/javax/ws/rs/sse/Sse.html[`Sse`]
|Advanced: Complex SSE use-cases

|link:{vertxapi}/io/vertx/core/http/HttpServerRequest.html[`HttpServerRequest`]
|Advanced: Vert.x HTTP Request

|link:{vertxapi}/io/vertx/core/http/HttpServerResponse.html[`HttpServerResponse`]
|Advanced: Vert.x HTTP Response

|===

For example, here is how you can return the name of the currently logged-in user:

0 comments on commit b1820da

Please sign in to comment.