クラスの使用
org.springframework.integration.dsl.AggregatorSpec
AggregatorSpec を使用するパッケージ
org.springframework.integration.dsl 内の AggregatorSpec 使用
org.springframework.integration.dsl 内の型引数 AggregatorSpec を持つサブクラス修飾子と型メソッド説明AggregatorSpec.expireGroupsUponCompletion
(boolean expireGroupsUponCompletion) AggregatorSpec.headersFunction
(FunctionSE<MessageGroup, MapSE<StringSE, ObjectSE>> headersFunction) 完成したMessageGroup
に基づいて応答用のヘッダーをマージおよび計算するようにFunction
SE を構成します。AggregatorSpec.outputExpression
(StringSE expression) 解放されたグループからの出力メッセージを決定する式。AggregatorSpec.outputProcessor
(MessageGroupProcessor outputProcessor) 解放されたグループからの出力メッセージを判別するプロセッサー。各関数に適切にアノテーションが付けられたメソッドを持つ必要があるターゲットオブジェクトを使用して、MethodInvokingCorrelationStrategy
およびMethodInvokingReleaseStrategy
でハンドラーを構成します。各関数に適切にアノテーションが付けられたメソッドを持つ必要があるターゲットオブジェクトを使用して、MethodInvokingCorrelationStrategy
およびMethodInvokingReleaseStrategy
でハンドラーを構成します。型 AggregatorSpec の型引数を持つ org.springframework.integration.dsl のメソッドパラメーター修飾子と型メソッド説明BaseIntegrationFlowDefinition.aggregate
(ConsumerSE<AggregatorSpec> aggregator) AggregatingMessageHandler
にAggregatorSpec
から提供されたオプションを入力します。BaseIntegrationFlowDefinition.scatterGather
(MessageChannel scatterChannel, ConsumerSE<AggregatorSpec> gatherer) BaseIntegrationFlowDefinition.scatterGather
(MessageChannel scatterChannel, ConsumerSE<AggregatorSpec> gatherer, ConsumerSE<ScatterGatherSpec> scatterGather)