Class QuartzScheduledPollConsumerJob

java.lang.Object
org.apache.camel.component.quartz.CamelJob
org.apache.camel.pollconsumer.quartz.QuartzScheduledPollConsumerJob
All Implemented Interfaces:
org.quartz.InterruptableJob, org.quartz.Job

@DisallowConcurrentExecution public class QuartzScheduledPollConsumerJob extends CamelJob
  • Constructor Details

    • QuartzScheduledPollConsumerJob

      public QuartzScheduledPollConsumerJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Overrides:
      execute in class CamelJob
      Throws:
      org.quartz.JobExecutionException