クラス BatchConfiguration

java.lang.Object
org.thinkit.bot.filater.batch.config.BatchConfiguration

@Configuration
public class BatchConfiguration
extends Object
The class that defines the basic configuration of a batch process.
導入されたバージョン:
1.0.0
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    BatchConfiguration()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    org.springframework.batch.core.launch.support.SimpleJobLauncher simpleJobLauncher​(org.springframework.batch.core.repository.JobRepository jobRepository)
    Registers the instance of SimpleJobLauncher as bean.

    クラスから継承されたメソッド java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • BatchConfiguration

      public BatchConfiguration()
  • メソッドの詳細

    • simpleJobLauncher

      @Bean public org.springframework.batch.core.launch.support.SimpleJobLauncher simpleJobLauncher​(org.springframework.batch.core.repository.JobRepository jobRepository)
      Registers the instance of SimpleJobLauncher as bean.
      パラメータ:
      jobRepository - The job repository
      戻り値:
      The instance of SimpleJobLauncher