|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Handler public @interface 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.
| Required Element Summary | |
|---|---|
java.lang.String |
channel
|
| Element Detail |
|---|
public abstract java.lang.String channel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||