クラスの使用
org.springframework.integration.dsl.ScatterGatherSpec
ScatterGatherSpec を使用するパッケージ
org.springframework.integration.dsl 内の ScatterGatherSpec 使用
org.springframework.integration.dsl 内の型引数 ScatterGatherSpec を持つサブクラス修飾子と型メソッド説明ScatterGatherSpec.errorChannel
(StringSE errorChannel) 非同期エラー処理のMessageChannel
Bean 名を指定します。ScatterGatherSpec.gatherChannel
(MessageChannel gatherChannel) 分散したリクエストの結果を収集(集約)するためにScatterGatherHandler
で内部的に使用されるMessageChannel
(オプション)を指定します。ScatterGatherSpec.gatherTimeout
(long gatherTimeout) PollableChannel.receive(long)
操作が結果を収集して出力するのを待つタイムアウト(ミリ秒単位)を指定します。