@FunctionalInterface public interface GatewayApiExceptionRequestHandler
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> |
handleRequest(org.springframework.web.server.ServerWebExchange exchange,
Throwable t)
Handle the blocked 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 - block exceptionCopyright © 2024. All rights reserved.