@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Aggregator
A method annotated with @Aggregator may accept a collection of Messages or Message payloads and should return a single Message or a single Object to be used as a Message payload.
Modifier and Type | Optional Element and Description |
---|---|
String |
discardChannel |
String |
inputChannel |
String |
outputChannel |
boolean |
sendPartialResultsOnExpiry |
long |
sendTimeout |
public abstract String inputChannel
public abstract String outputChannel
public abstract String discardChannel
public abstract long sendTimeout
public abstract boolean sendPartialResultsOnExpiry