| Package | Description |
|---|---|
| org.springframework.messaging.handler.annotation.support |
Support classes for working with annotated message-handling methods.
|
| Class and Description |
|---|
| AbstractNamedValueMethodArgumentResolver
Abstract base class to resolve method arguments from a named value, e.g.
|
| AbstractNamedValueMethodArgumentResolver.NamedValueInfo
Represents a named value declaration.
|
| MessageHandlerMethodFactory
A factory for
InvocableHandlerMethod that is suitable to process
an incoming Message |
| PayloadMethodArgumentResolver
A resolver to extract and convert the payload of a message using a
MessageConverter. |