类 GatewayApiValidExceptionHandler

  • 所有已实现的接口:
    org.springframework.web.server.WebExceptionHandler

    public class GatewayApiValidExceptionHandler
    extends Object
    implements org.springframework.web.server.WebExceptionHandler
    网关api有效性异常处理器
    作者:
    gyf
    skip date tag
    2024/6/7 15:21
    • 构造器详细资料

      • GatewayApiValidExceptionHandler

        public GatewayApiValidExceptionHandler​(List<org.springframework.web.reactive.result.view.ViewResolver> viewResolvers,
                                               org.springframework.http.codec.ServerCodecConfigurer serverCodecConfigurer)
    • 方法详细资料

      • handle

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