We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CacheJsonRPCService.java
1 parent 69b2416 commit 2442848Copy full SHA for 2442848
docs/src/main/asciidoc/dev-ui.adoc
@@ -922,7 +922,7 @@ public JsonArray getAll() { // <2>
922
<1> This example runs nonblocking. We could also return `Uni<JsonArray>`
923
<2> The method name `getAll` will be available in the Javascript
924
925
-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]
926
927
*Webcomponent (Javascript) part*
928
0 commit comments