public class IntegrationHandlerResultHandler extends Object implements org.springframework.web.reactive.HandlerResultHandler, Ordered
HandlerResultHandler implementation to handle the result of the
ReactiveHttpInboundEndpoint execution. Actually just return the
result.getReturnValue() which essentially is expected Mono<Void>.ReactiveHttpInboundEndpointHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
IntegrationHandlerResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
reactor.core.publisher.Mono<Void> |
handleResult(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.web.reactive.HandlerResult result) |
boolean |
supports(org.springframework.web.reactive.HandlerResult result) |
public boolean supports(org.springframework.web.reactive.HandlerResult result)
supports in interface org.springframework.web.reactive.HandlerResultHandlerpublic reactor.core.publisher.Mono<Void> handleResult(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.reactive.HandlerResult result)
handleResult in interface org.springframework.web.reactive.HandlerResultHandler