spring-framework / org.springframework.web.reactive.result.method / SyncInvocableHandlerMethod / invokeForHandlerResult

invokeForHandlerResult

@Nullable open fun invokeForHandlerResult(exchange: ServerWebExchange, bindingContext: BindingContext, vararg providedArgs: Any): HandlerResult

Invoke the method for the given exchange.

Parameters

exchange - the current exchange

bindingContext - the binding context to use

providedArgs - optional list of argument values to match by type

Return
Mono with a HandlerResult.