Class HandlerMethodReturnValueHandlerComposite

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

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