Interface CronJob


@NonNullByDefault public interface CronJob
Runnable that can be passed data and can throw a checked exception.
Author:
Peter Kriens - Initial contribution
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The service property that specifies the cron schedule.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Run a cron job.
  • Field Details Link icon

    • CRON Link icon

      static final String CRON
      The service property that specifies the cron schedule. The type is String+.
      See Also:
  • Method Details Link icon