Hi, is it possible to use `Scheduled` annotation w...
# spring
k
Hi, is it possible to use
Scheduled
annotation with suspend function without wrapping it to a runBlocking block?
s
It is not possible.
@Scheduled
expect a fonction without argument. At compilation time a callback argument is added for suspended function
🙏 1
168 Views