Class QuartzSchedulerImpl.InvokerJob

  • All Implemented Interfaces:
    org.quartz.Job
    Enclosing class:
    QuartzSchedulerImpl

    static class QuartzSchedulerImpl.InvokerJob
    extends Object
    implements org.quartz.Job
    Although this class is not part of the public API it must not be renamed in order to preserve backward compatibility. The name of this class can be stored in a Quartz table in the database. See https://github.com/quarkusio/quarkus/issues/29177 for more information.
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext jobExecutionContext)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException