添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
All Known Implementing Classes:
ResponseStatusExceptionHandler , WebFluxResponseStatusExceptionHandler
public interface WebExceptionHandler
Contract for handling exceptions during web server exchange processing.
Since:
Author:
Rossen Stoyanchev

handle

reactor.core.publisher.Mono< Void > handle ( ServerWebExchange exchange, Throwable ex)
Handle the given exception. A completion signal through the return value indicates error handling is complete while an error signal indicates the exception is still not handled.
Parameters:
exchange - the current exchange
ex - the exception to handle
Returns:
Mono<Void> to indicate when exception handling is complete