MonoFunctionAccessor
Interface for accessing functions that return Mono reactive streams. Specializes ReactiveFunctionAccessor for Mono-specific operations, providing type safety for single-value reactive returns.
Parameters
T
the type of the target object
R
the Mono return type