abstract fun handleResult(exchange: ServerWebExchange, result: HandlerResult): Mono<Void>
Process the given result modifying response headers and/or writing data to the response.
exchange - current server exchange
result - the result from the handling
Return
Mono<Void> to indicate when request handling is complete.