Spring Batch Framework offers two processing styles.

  • TaskletStep Oriented
  • Chunk Oriented

 

TaskletStep is used when either only reading or writing the data item is required.(只读或者只写)

Chunk is used when both reading and writing the data item is required.(可以读和写的操作)

原文:http://www.kswaughs.com/2016/03/spring-boot-batch-job-example.html

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2021-04-05
  • 2021-12-13
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-09-30
  • 2021-11-26
  • 2021-09-19
相关资源
相似解决方案