Uses of Interface
org.springframework.web.reactive.DispatchExceptionHandler
Packages that use 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.reactiveMethods in org.springframework.web.reactive that return DispatchExceptionHandlerModifier and TypeMethodDescriptionHandlerResult.getExceptionHandler()Return theconfiguredexception handler.Methods in org.springframework.web.reactive with parameters of type DispatchExceptionHandlerModifier and TypeMethodDescriptionHandlerResult.setExceptionHandler(DispatchExceptionHandler exceptionHandler) HandlerAdapterclasses 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.annotationClasses in org.springframework.web.reactive.result.method.annotation that implement DispatchExceptionHandlerModifier and TypeClassDescriptionclassSupports the invocation of@RequestMappinghandler methods.