类 GlobalErrorHandler

  • 所有已实现的接口:
    org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler, org.springframework.web.server.WebExceptionHandler

    @Configuration
    @Order(-2)
    public class GlobalErrorHandler
    extends Object
    implements org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler
    作者:
    youta
    • 构造器详细资料

      • GlobalErrorHandler

        public GlobalErrorHandler()
    • 方法详细资料

      • handle

        @NonNull
        public reactor.core.publisher.Mono<Void> handle​(org.springframework.web.server.ServerWebExchange serverWebExchange,
                                                        @NonNull
                                                        Throwable throwable)
        指定者:
        handle 在接口中 org.springframework.web.server.WebExceptionHandler