Class InstrumentedJob

java.lang.Object
io.quarkus.quartz.runtime.InstrumentedJob
All Implemented Interfaces:
org.quartz.Job

class InstrumentedJob extends Object implements org.quartz.Job
See Also:
  • JobInstrumenter
  • Constructor Details

    • InstrumentedJob

      InstrumentedJob(org.quartz.Job delegate, io.quarkus.scheduler.spi.JobInstrumenter instrumenter)
  • Method Details

    • execute

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