PublisherMonoFunctionAccessor
data class PublisherMonoFunctionAccessor<T, D>(val function: KFunction<*>) : MonoFunctionAccessor<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