クラスの使用
org.springframework.batch.integration.partition.RemotePartitioningWorkerStepBuilder
RemotePartitioningWorkerStepBuilder を使用するパッケージ
org.springframework.batch.integration.partition 内の RemotePartitioningWorkerStepBuilder 使用
修飾子と型メソッド説明RemotePartitioningWorkerStepBuilder.allowStartIfComplete(boolean allowStartIfComplete) RemotePartitioningWorkerStepBuilder.beanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Bean ファクトリを設定します。RemotePartitioningWorkerStepBuilderを作成し、そのジョブリポジトリ、ジョブエクスプローラー、Bean ファクトリ、トランザクションマネージャーを初期化します。RemotePartitioningWorkerStepBuilder.inputChannel(org.springframework.messaging.MessageChannel inputChannel) マネージャーから送信されたステップ実行リクエストを受信する入力チャネルを設定します。RemotePartitioningWorkerStepBuilder.jobExplorer(JobExplorer jobExplorer) Job Explorer を設定します。RemotePartitioningWorkerStepBuilder.listener(StepExecutionListener listener) RemotePartitioningWorkerStepBuilder.outputChannel(org.springframework.messaging.MessageChannel outputChannel) 応答がマネージャーステップに送信される出力チャネルを設定します。RemotePartitioningWorkerStepBuilder.repository(JobRepository jobRepository) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。RemotePartitioningWorkerStepBuilder.startLimit(int startLimit) RemotePartitioningWorkerStepBuilder.stepLocator(StepLocator stepLocator) 実行するワーカーステップを見つけるために使用されるステップロケーターを設定します。
RemotePartitioningWorkerStepBuilder(String, JobRepository)を使用