FluxMonoFunctionAccessor
data class FluxMonoFunctionAccessor<T, D>(val function: KFunction<*>) : MonoFunctionAccessor<T, Mono<List<D>>>
MonoFunctionAccessor for functions that return Flux streams. This accessor converts Flux results to Mono
Parameters
T
the type of the target object
D
the type of individual items in the Flux