public class ExceptionHandlingWebHandler extends WebHandlerDecorator
WebExceptionHandlers
 after the delegate WebHandler.| Constructor and Description | 
|---|
ExceptionHandlingWebHandler(WebHandler delegate,
                           List<WebExceptionHandler> handlers)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<WebExceptionHandler> | 
getExceptionHandlers()
Return a read-only list of the configured exception handlers. 
 | 
reactor.core.publisher.Mono<Void> | 
handle(ServerWebExchange exchange)
Handle the web server exchange. 
 | 
getDelegate, toStringpublic ExceptionHandlingWebHandler(WebHandler delegate, List<WebExceptionHandler> handlers)
public List<WebExceptionHandler> getExceptionHandlers()
public reactor.core.publisher.Mono<Void> handle(ServerWebExchange exchange)
WebHandlerhandle in interface WebHandlerhandle in class WebHandlerDecoratorexchange - the current server exchangeMono<Void> to indicate when request handling is complete