ScheduledJob.this

Constructs a new pairing of a job and a schedule.

  1. this(Job job, JobSchedule schedule, long id, CurrentTimeProvider timeProvider)
    class ScheduledJob
  2. this(Job job, JobSchedule schedule, long id)

Parameters

job Job

The job which is scheduled.

schedule JobSchedule

The schedule that defines when the job will run.

id long

The unique id for this job.

timeProvider CurrentTimeProvider

Provider of current timestamps.

Meta