Class QuartzHalfHourJob

java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.bytedesk.core.quartz.job.QuartzHalfHourJob
All Implemented Interfaces:
Serializable, org.quartz.Job

@DisallowConcurrentExecution public class QuartzHalfHourJob extends org.springframework.scheduling.quartz.QuartzJobBean implements Serializable
半小时-运行一次
Author:
kefux.com on 2019/4/20
See Also:
  • Field Details

  • Constructor Details

    • QuartzHalfHourJob

      public QuartzHalfHourJob()
  • Method Details

    • executeInternal

      protected void executeInternal(org.quartz.JobExecutionContext jobExecutionContext)
      Specified by:
      executeInternal in class org.springframework.scheduling.quartz.QuartzJobBean