Class JournalEntryAggregationJobExecutionDecider

java.lang.Object
org.apache.fineract.infrastructure.jobs.service.aggregationjob.JournalEntryAggregationJobExecutionDecider
All Implemented Interfaces:
org.springframework.batch.core.job.flow.JobExecutionDecider

@Component public class JournalEntryAggregationJobExecutionDecider extends Object implements org.springframework.batch.core.job.flow.JobExecutionDecider
  • Constructor Details

    • JournalEntryAggregationJobExecutionDecider

      public JournalEntryAggregationJobExecutionDecider()
  • Method Details

    • decide

      @NonNull public org.springframework.batch.core.job.flow.FlowExecutionStatus decide(@NonNull org.springframework.batch.core.JobExecution jobExecution, org.springframework.batch.core.StepExecution stepExecution)
      Specified by:
      decide in interface org.springframework.batch.core.job.flow.JobExecutionDecider