Class GetDeliveryReportsFromSmsGatewayTasklet

java.lang.Object
org.apache.fineract.infrastructure.campaigns.jobs.getdeliveryreportsfromsmsgateway.GetDeliveryReportsFromSmsGatewayTasklet
All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet

public class GetDeliveryReportsFromSmsGatewayTasklet extends Object implements org.springframework.batch.core.step.tasklet.Tasklet
  • Constructor Details

    • GetDeliveryReportsFromSmsGatewayTasklet

      public GetDeliveryReportsFromSmsGatewayTasklet()
  • Method Details

    • execute

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