Annotation Types Summary |
Aggregator |
Indicates that a method is capable of aggregating messages. |
CompletionStrategy |
Indicates that a method is capable of asserting if a list of messages or
payload objects is complete. |
Concurrency |
Defines the ConcurrencyPolicy settings for a @MessageEndpoint . |
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 |
Annotation that can be specified at class-level alongside a
@MessageEndpoint annotation in order to provide the
scheduling information for that endpoint. |
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 or payloads. |
Subscriber |
Indicates that a method-invoking handler adapter should delegate to this
method. |