Class HandlerMethodReturnValueHandlerComposite

java.lang.Object
org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite
All Implemented Interfaces:
HandlerMethodReturnValueHandler

public class HandlerMethodReturnValueHandlerComposite extends Object implements HandlerMethodReturnValueHandler
A HandlerMethodReturnValueHandler that wraps and delegates to others.
Since:
5.2
Author:
Rossen Stoyanchev