接口 WebExceptionHandler

    • 方法详细资料

      • handle

        reactor.core.publisher.Mono<Voidhandle​(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.
        参数:
        exchange - the current exchange
        ex - the exception to handle
        返回:
        Mono<Void> to indicate when exception handling is complete