Skip to content

Commit

Permalink
Merge pull request #39337 from rsvoboda/fix.rest-client-mutiny.in.docs
Browse files Browse the repository at this point in the history
Fix rest-client-mutiny mention in the docs
  • Loading branch information
gsmet authored Mar 12, 2024
2 parents 796646e + 3fcbed5 commit bf73bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/resteasy-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ One important note is that according to the https://www.rfc-editor.org/rfc/rfc26
== Async Support

The rest client supports asynchronous rest calls.
Async support comes in 2 flavors: you can return a `CompletionStage` or a `Uni` (requires the `quarkus-rest-client-mutiny` extension).
Async support comes in 2 flavors: you can return a `CompletionStage` or a `Uni` (requires the `quarkus-resteasy-client-mutiny` extension).
Let's see it in action by adding a `getByIdAsync` method in our `ExtensionsService` REST interface. The code should look like:

[source, java]
Expand Down

0 comments on commit bf73bdd

Please sign in to comment.