@FunctionalInterface public interface BlockRequestHandler
| Modifier and Type | Method and Description |
|---|---|
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 © 2019 Alibaba Group. All rights reserved.