Annotation Type SchedulableJob.ScheduledRun


  • @Target(METHOD)
    @Documented
    @Retention(RUNTIME)
    public static @interface SchedulableJob.ScheduledRun
    Used to annotate a method to execute on a class annotated with SchedulableJob.Schedulable.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int executionOrder
      Indicates the order in which to execute methods.
    • Element Detail

      • executionOrder

        int executionOrder
        Indicates the order in which to execute methods.
        Returns:
        execution order
        Default:
        0