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

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

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

    • CRON

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