Interface ScheduledJob


public interface ScheduledJob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     
    boolean
    shouldRun(long lastRunTime)
     
  • Method Details

    • shouldRun

      boolean shouldRun(long lastRunTime)
    • run

      void run() throws Exception
      Throws:
      Exception