spring-framework / org.springframework.web.reactive / HandlerResultHandler / handleResult

handleResult

abstract fun handleResult(exchange: ServerWebExchange, result: HandlerResult): Mono<Void>

Process the given result modifying response headers and/or writing data to the response.

Parameters

exchange - current server exchange

result - the result from the handling

Return
Mono<Void> to indicate when request handling is complete.