Class HttpInvokerJob

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

    public class HttpInvokerJob
    extends BaseJob
    Provides a HTTP URI invocation job to send HTTP events to applications without Quartz scheduling.
    • Constructor Detail

      • HttpInvokerJob

        public HttpInvokerJob()
    • Method Detail

      • executeJob

        public void executeJob()
        Invoke the HTTP URI specified in the job context parameter.
        Specified by:
        executeJob in class AbstractJob