File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,19 +77,19 @@ Make sure to set a timeout smaller than the requestTimeout of your httpClient. O
7777=== "Java"
7878
7979 ```java
80- --8<-- "docs-code-snippets/src/main/java/examples/java/application/FireEventAndResolveOnEvent .java"
80+ --8<-- "docs-code-snippets/src/main/java/examples/java/application/AwaitEvent .java"
8181 ```
8282
8383=== "Kotlin"
8484
8585 ```kotlin
86- --8<-- "docs-code-snippets/src/main/kotlin/examples/kotlin/application/FireEventAndResolveOnEvent .kt"
86+ --8<-- "docs-code-snippets/src/main/kotlin/examples/kotlin/application/AwaitEvent .kt"
8787 ```
8888
8989=== "Scala"
9090
9191 ```scala
92- --8<-- "docs-code-snippets/src/main/scala/examples/scala/application/FireEventAndResolveOnEvent .scala"
92+ --8<-- "docs-code-snippets/src/main/scala/examples/scala/application/AwaitEvent .scala"
9393 ```
9494
9595## Inquiry
You can’t perform that action at this time.
0 commit comments