| Package | Description |
|---|---|
| org.springframework.messaging.handler.annotation.support |
Support classes for working with annotated message-handling methods.
|
| Class and Description |
|---|
| AbstractNamedValueMethodArgumentResolver
Abstract base class for resolving method arguments from a named value.
|
| AbstractNamedValueMethodArgumentResolver.NamedValueInfo
Represents the information about a named value, including name, whether it's
required and a default value.
|
| MessageHandlerMethodFactory
A factory for
InvocableHandlerMethod that is suitable to process
an incoming Message |