Uses of Interface
org.springframework.web.reactive.DispatchExceptionHandler
Package
Description
Top-level package for the
spring-webflux
module that contains
DispatcherHandler
, the main entry
point for WebFlux server endpoint processing including key contracts used to
map requests to handlers, invoke them, and process the result.Infrastructure for annotation-based handler method processing.
-
Uses of DispatchExceptionHandler in org.springframework.web.reactive
Modifier and TypeMethodDescriptionHandlerResult.getExceptionHandler()
Return theconfigured
exception handler.Modifier and TypeMethodDescriptionHandlerResult.setExceptionHandler
(DispatchExceptionHandler exceptionHandler) HandlerAdapter
classes can set this to have their exception handling mechanism applied to response rendering and to deferred exceptions when invoking a handler with an asynchronous return value. -
Uses of DispatchExceptionHandler in org.springframework.web.reactive.result.method.annotation
Modifier and TypeClassDescriptionclass
Supports the invocation of@RequestMapping
handler methods.