类 SentinelGatewayBlockExceptionHandler

java.lang.Object
com.alibaba.csp.sentinel.adapter.gateway.sc.exception.SentinelGatewayBlockExceptionHandler
所有已实现的接口:
org.springframework.web.server.WebExceptionHandler

public class SentinelGatewayBlockExceptionHandler extends Object implements org.springframework.web.server.WebExceptionHandler
从以下版本开始:
1.6.0
作者:
Eric Zhao
  • 构造器详细资料

    • SentinelGatewayBlockExceptionHandler

      public SentinelGatewayBlockExceptionHandler(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