Uses of Package
org.springframework.messaging.handler.invocation
Packages that use org.springframework.messaging.handler.invocation
Package
Description
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.
-
Classes in org.springframework.messaging.handler.invocation used by org.springframework.messaging.handler.annotation.reactiveClassDescriptionCache exception handling method mappings and provide options to look up a method that should handle an exception.
-
Classes in org.springframework.messaging.handler.invocation used by org.springframework.messaging.handler.annotation.supportClassDescriptionCache 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 ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver.Common exception resulting from the invocation ofHandlerMethodArgumentResolver. -
Classes in org.springframework.messaging.handler.invocation used by org.springframework.messaging.handler.invocationClassDescriptionConvenient base class for
AsyncHandlerMethodReturnValueHandlerimplementations that support only asynchronous (Future-like) return values.Cache exception handling method mappings and provide options to look up a method that should handle an exception.An extension ofHandlerMethodReturnValueHandlerfor 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 ofHandlerMethodthat invokes the underlying method with argument values resolved from the current HTTP request through a list ofHandlerMethodArgumentResolver. -
Classes in org.springframework.messaging.handler.invocation used by org.springframework.messaging.handler.invocation.reactiveClassDescriptionCache exception handling method mappings and provide options to look up a method that should handle an exception.
-
Classes in org.springframework.messaging.handler.invocation used by org.springframework.messaging.simp.annotation.supportClassDescriptionCache 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. -
Classes in org.springframework.messaging.handler.invocation used by org.springframework.messaging.simp.config