|
Annotation Types Summary |
| DefaultOutput |
Indicates that a method is capable of sending messages. |
| Handler |
Indicates that a method is capable of handling a message or message payload. |
| MessageEndpoint |
Indicates that a class is capable of serving as a message endpoint. |
| Polled |
Indicates that a method is capable of providing messages. |
| Publisher |
Indicates that the method's return value should be published to the specified
channel. |
| Router |
Indicates that a method is capable of resolving to a channel or channel name
based on a message, message payload, message attribute, or message property. |
| Splitter |
Indicates that a method is capable of splitting a single message or message
payload to produce multiple messages which are then sent to the channel whose
name is provided with the 'channel' attribute. |
| Subscriber |
Indicates that a method-invoking handler adapter should delegate to this
method. |