Package org.springframework.integration.annotation

Annotation Types Summary
Aggregator Indicates that a method is capable of aggregating messages.
ChannelAdapter Indicates that a method is capable of serving as a message channel.
CompletionStrategy Indicates that a method is capable of asserting if a list of messages or payload objects is complete.
Gateway Indicates that a method is capable of mapping its parameters to a message or message payload.
Header Annotation indicating that a method parameter's value should be retrieved from the message headers.
Headers Annotation indicating that a method parameter's value should be mapped to or from the message headers.
MessageEndpoint Stereotype annotation indicating that a class is capable of serving as a Message Endpoint.
Poller Annotation that can be specified at method-level alongside a Message Endpoint annotation (e.g.
Router Indicates that a method is capable of resolving to a channel or channel name based on a message, message header(s), or both.
ServiceActivator Indicates that a method is capable of handling a message or message payload.
Splitter Indicates that a method is capable of splitting a single message or message payload to produce multiple messages or payloads.
Transformer Indicates that a method is capable of transforming a message, message header, or message payload.