org.springframework.integration.annotation
Annotation Type Splitter


@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.

Author:
Mark Fisher

Required Element Summary
 java.lang.String channel
           
 

Element Detail

channel

public abstract java.lang.String channel