Class ResetContextTasklet

java.lang.Object
org.apache.fineract.cob.common.ResetContextTasklet
All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet

public class ResetContextTasklet extends Object implements org.springframework.batch.core.step.tasklet.Tasklet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.batch.repeat.RepeatStatus
    execute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResetContextTasklet

      public ResetContextTasklet()
  • Method Details

    • execute

      public org.springframework.batch.repeat.RepeatStatus execute(@NonNull org.springframework.batch.core.StepContribution contribution, @NonNull org.springframework.batch.core.scope.context.ChunkContext chunkContext) throws Exception
      Specified by:
      execute in interface org.springframework.batch.core.step.tasklet.Tasklet
      Throws:
      Exception