Kotlin examples and Kotlin support #5229
-
Hello Armeria developers, There are mentions of Kotlin examples here and there in Armeria documentation but I find none in https://github.com/line/armeria-examples. Is there any other place where I can find example code for common tasks in Armeria-Kotlin? A particular task that I have is dispatching Kotlin coroutines from non-suspending Armeria methods such as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Sorry about the late response 😅
Hi, there has been a small issue with kotlin examples being exported to the https://github.com/line/armeria/tree/main/examples
Armeria internally already calls the method if the annotated service method is a suspending function, so it should work out of the box. |
Beta Was this translation helpful? Give feedback.
You might want to refer to this example:
#4725 (comment)
We've also added an extension method for context propagation which will be contained in the next release(1.26.0).