Class EventJob

  • All Implemented Interfaces:
    org.quartz.Job

    public class EventJob
    extends Object
    implements org.quartz.Job
    A Quartz job whose execution sends a configured event.
    • Constructor Detail

      • EventJob

        public EventJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Job execution to send the configured event.
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException