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: