@FunctionalInterface public interface GatewayApiExceptionRequestHandler extends ApiExceptionRequestHandler
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
handleRequest(org.springframework.web.server.ServerWebExchange exchange,
Throwable t)
Handle the api request.
|
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> handleRequest(org.springframework.web.server.ServerWebExchange exchange,
Throwable t)
exchange - server exchange objectt - api exceptionCopyright © 2025. All rights reserved.