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 Details

    • HttpInvokerJob

      public HttpInvokerJob()
  • Method Details

    • executeJob

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