Does Spring Data has any native support for `suspend` functions inside interfaces (like `ReactiveMon...
s
Does Spring Data has any native support for
suspend
functions inside interfaces (like
ReactiveMongoRepository
or something similar, but for coroutines)?
i