SuspendMonoFunctionAccessor

Constructors

Link copied to clipboard
constructor(function: KFunction<*>)

Functions

Link copied to clipboard
open operator override fun invoke(target: T, args: Array<Any?> = emptyArray<Any?>()): Mono<D>

Invokes the function on the specified target object with the given arguments. Uses FunctionInvoker for proper exception handling and performance.