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