Class ListenableFutureReturnValueHandler

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

@Deprecated(since="6.0") public class ListenableFutureReturnValueHandler extends AbstractAsyncReturnValueHandler
Deprecated.
Support for ListenableFuture as a return value type.
Since:
4.2
Author:
Sebastien Deleuze