Flux<Object> intead of Flux<String> should return
Flux<Object>
Flux<String>
["a", "b"] instead of "ab"
["a", "b"]
"ab"