Class IntegrationHandlerResultHandler
java.lang.Object
org.springframework.integration.webflux.inbound.IntegrationHandlerResultHandler
- All Implemented Interfaces:
- Ordered,- HandlerResultHandler
public class IntegrationHandlerResultHandler
extends Object
implements HandlerResultHandler, Ordered
A 
HandlerResultHandler implementation to handle the result of the
 WebFluxInboundEndpoint execution. Actually just return the
 result.getReturnValue() which essentially is expected Mono<Void>.- Since:
- 5.0
- Author:
- Artem Bilan
- See Also:
- 
Field SummaryFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetOrder()reactor.core.publisher.Mono<Void> handleResult(ServerWebExchange exchange, HandlerResult result) booleansupports(HandlerResult result) 
- 
Constructor Details- 
IntegrationHandlerResultHandlerpublic IntegrationHandlerResultHandler()
 
- 
- 
Method Details- 
supports- Specified by:
- supportsin interface- HandlerResultHandler
 
- 
handleResultpublic reactor.core.publisher.Mono<Void> handleResult(ServerWebExchange exchange, HandlerResult result) - Specified by:
- handleResultin interface- HandlerResultHandler
 
- 
getOrder
 
-