クラス RemotePartitioningManagerStepBuilder


public class RemotePartitioningManagerStepBuilder extends PartitionStepBuilder
リモートパーティショニングセットアップのマネージャーステップのビルダー。このビルダーは、マネージャーステップで MessageChannelPartitionHandler を作成および設定します。

messagingTemplate(MessagingTemplate) を介して messagingTemplate が提供されない場合、このビルダーは、outputChannel(MessageChannel) を介して提供される outputChannel にデフォルトチャンネルを作成して設定します。

messagingTemplate が提供される場合、完全に構成され、そのデフォルトチャネルはワーカーへのリクエストが送信される出力チャネルに設定されていると想定されます。

導入:
4.2
作成者:
Mahmoud Ben Hassine