Uses of Package
org.springframework.messaging.handler.invocation
Package
Description
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
Support classes for working with annotated message-handling methods.
Common infrastructure for invoking message handler methods.
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
Support classes for handling messages from simple messaging protocols
(like STOMP).
Configuration support for WebSocket messaging using higher level messaging protocols.
Support for annotation-based WebSocket setup in configuration classes.
WebSocket integration for Spring's messaging module.
-
ClassDescriptionExtension of
HandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
. -
ClassDescriptionCache exception handling method mappings and provide options to look up a method that should handle an exception.
-
ClassDescriptionCache exception handling method mappings and provide options to look up a method that should handle an exception.Strategy interface for resolving method parameters into argument values in the context of a given
Message
.Extension ofHandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
.Common exception resulting from the invocation ofHandlerMethodArgumentResolver
. -
ClassDescriptionConvenient base class for
AsyncHandlerMethodReturnValueHandler
implementations that support only asynchronous (Future-like) return values and merely serve as adapters of such types to Spring'sListenableFuture
.Cache exception handling method mappings and provide options to look up a method that should handle an exception.An extension ofHandlerMethodReturnValueHandler
for handling async, Future-like return value types that support success and error callbacks.Strategy interface for resolving method parameters into argument values in the context of a givenMessage
.Resolves method parameters by delegating to a list of registeredHandlerMethodArgumentResolvers
.Strategy interface to handle the value returned from the invocation of a method handling aMessage
.A HandlerMethodReturnValueHandler that wraps and delegates to others.Extension ofHandlerMethod
that invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver
. -
ClassDescriptionCache exception handling method mappings and provide options to look up a method that should handle an exception.
-
ClassDescriptionCache exception handling method mappings and provide options to look up a method that should handle an exception.Abstract base class for HandlerMethod-based message handling.Strategy interface for resolving method parameters into argument values in the context of a given
Message
.Strategy interface to handle the value returned from the invocation of a method handling aMessage
. -
-
-
ClassDescriptionAbstract base class for HandlerMethod-based message handling.