BlockingMonoFunctionAccessor
constructor(monoFunctionAccessor: MonoFunctionAccessor<T, Mono<D>>, scheduler: Scheduler = Schedulers.boundedElastic())
Parameters
monoFunctionAccessor
the underlying mono function accessor
scheduler
the scheduler to use for blocking operations (defaults to bounded elastic)
Type Parameters
T
the type of the target object
D
the type of data in the Mono