Uses of Class
org.springframework.integration.dsl.ScatterGatherSpec
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of ScatterGatherSpec in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionScatterGatherSpec.errorChannel
(String errorChannel) Specify aMessageChannel
bean name for async error processing.ScatterGatherSpec.gatherChannel
(MessageChannel gatherChannel) Specify aMessageChannel
(optional) which is used internally in theScatterGatherHandler
for gathering (aggregate) results for scattered requests.ScatterGatherSpec.gatherTimeout
(long gatherTimeout) Specify a timeout (in milliseconds) for thePollableChannel.receive(long)
operation to wait for gathering results to output.