Class AfterHandlingJob

  • All Implemented Interfaces:
    org.quartz.InterruptableJob, org.quartz.Job

    public class AfterHandlingJob
    extends AbstractInterruptableJob
    Quartz job for asynchronous handling of notification / audit events. Instead of direct synchronous invocation - which occurs in the same transaction where the event is generated, the execution of the scheduled code happens in a new transaction.
    • Constructor Detail

      • AfterHandlingJob

        public AfterHandlingJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Throws:
        org.quartz.JobExecutionException