public interface WebExceptionHandler
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Void> |
handle(ServerWebExchange exchange,
Throwable ex)
Handle the given exception.
|
reactor.core.publisher.Mono<Void> handle(ServerWebExchange exchange, Throwable ex)
exchange
- the current exchangeex
- the exception to handleMono<Void>
to indicate when exception handling is complete