Kotlin coroutines #3894
Replies: 1 comment 2 replies
-
I'm not familiar with coroutines, so give me, please, some time to learn what is that. https://docs.spring.io/spring-integration/docs/current/reference/html/messaging-endpoints.html#async-service-activator |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using Spring Integration in various Kotlin (previously Java) projects. Some of these projects are using coroutines. So far, I haven't been able to find a way to use coroutines together with Spring Integration. I'd love to be able e.g. to have a suspending function as a service activator. Currently this is not possible.
I realise that this probably requires fundamental changes to Spring Integration, but I wanted to check with you if this is something that is already on your roadmap?
Thanks,
Tom
Beta Was this translation helpful? Give feedback.
All reactions