Explain Tasklet in spring batch?

devquora
devquora

Posted On: Jun 03, 2021

 

A Tasklet is an interface that performs a single task like clean or set up resources within a Step in Spring Batch. That means it is generally used for cleaning resources before or after the execution of any particular step.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Spring Batch Interview Questions

    List some advantages of Spring Batch?

    Some of the advantages of Spring Batch are:Maintainability Flexibility Usability Scalability Availability Security Support Cost ...