I\'m having the following simplified handler function (Spring WebFlux and the functional API using Kotlin). However, I need a hint how to detect an empty Flux and then use n
I'm not sure why no one is talking about using the hasElements() function of Flux.java which would return a Mono.