Skip to content

Commit

Permalink
Update CacheJsonRPCService.java reference
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
(cherry picked from commit 9dc9fad)
  • Loading branch information
emmanuel-ferdman authored and gsmet committed Nov 19, 2024
1 parent 69b2416 commit 2442848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/dev-ui.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ public JsonArray getAll() { // <2>
<1> This example runs nonblocking. We could also return `Uni<JsonArray>`
<2> The method name `getAll` will be available in the Javascript

https://github.com/quarkusio/quarkus/blob/main/extensions/cache/runtime/src/main/java/io/quarkus/cache/runtime/devconsole/CacheJsonRPCService.java[Example code]
https://github.com/quarkusio/quarkus/blob/main/extensions/cache/runtime/src/main/java/io/quarkus/cache/runtime/devui/CacheJsonRPCService.java[Example code]

*Webcomponent (Javascript) part*

Expand Down

0 comments on commit 2442848

Please sign in to comment.