Package | Description |
---|---|
org.springframework.integration.config.annotation |
Provides classes supporting annotation-based configuration.
|
Class and Description |
---|
Aggregator
Indicates that a method is capable of aggregating messages.
|
Filter
Indicates that a method is capable of playing the role of a Message Filter.
|
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.
|
Copyright © 2017. All rights reserved.