PublisherMonoFunctionAccessor
class PublisherMonoFunctionAccessor<T, D : Any>(function: KFunction<*>) : AbstractMonoFunctionAccessor<T, Mono<D>>
MonoFunctionAccessor for functions that return Publisher streams. This accessor converts Publisher results to a Mono that contains all emitted items as a List.
Type Parameters
T
the type of the target object
D
the type of data in the Publisher