Uses of Interface
org.springframework.messaging.handler.invocation.AsyncHandlerMethodReturnValueHandler
Packages that use AsyncHandlerMethodReturnValueHandler
Package
Description
Common infrastructure for invoking message handler methods.
-
Uses of AsyncHandlerMethodReturnValueHandler in org.springframework.messaging.handler.invocation
Classes in org.springframework.messaging.handler.invocation that implement AsyncHandlerMethodReturnValueHandlerModifier and TypeClassDescriptionclassConvenient base class forAsyncHandlerMethodReturnValueHandlerimplementations that support only asynchronous (Future-like) return values and merely serve as adapters of such types to Spring'sListenableFuture.classSupport forCompletableFuture(and as of 4.3.7 alsoCompletionStage) as a return value type.classA HandlerMethodReturnValueHandler that wraps and delegates to others.classSupport forListenableFutureas a return value type.classSupport for single-value reactive types (likeMonoorSingle) as a return value type.