Annotation Type SimpleTrigger


@Target(TYPE) @Retention(RUNTIME) public @interface SimpleTrigger
  • Element Details

    • repeatInterval

      long repeatInterval
      Default:
      0L
    • timeUnit

      TimeUnit timeUnit
      Default:
      MILLISECONDS
    • repeatCount

      int repeatCount
      Default:
      -1
    • isConcurrencyAllowed

      boolean isConcurrencyAllowed
      Default:
      false
    • jobDataMap

      String[] jobDataMap
      Default:
      {}