-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
Discussed in #3894
Originally posted by tomvandenberge September 25, 2022
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