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", forRemoval=true) public class ListenableFutureReturnValueHandler extends AbstractAsyncReturnValueHandler
Deprecated, for removal: This API element is subject to removal in a future version.
Support for ListenableFuture as a return value type.
Since:
4.2
Author:
Sebastien Deleuze
  • Constructor Details

    • ListenableFutureReturnValueHandler

      public ListenableFutureReturnValueHandler()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details