Class ScheduledTasksEndpoint.IntervalTaskDescription

java.lang.Object
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescription
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescription
Direct Known Subclasses:
ScheduledTasksEndpoint.FixedDelayTaskDescription, ScheduledTasksEndpoint.FixedRateTaskDescription
Enclosing class:
ScheduledTasksEndpoint

public static class ScheduledTasksEndpoint.IntervalTaskDescription extends ScheduledTasksEndpoint.TaskDescription
A description of an IntervalTask.
  • Constructor Details

    • IntervalTaskDescription

      protected IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, IntervalTask task)
    • IntervalTaskDescription

      protected IntervalTaskDescription(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, TriggerTask task, PeriodicTrigger trigger)
  • Method Details

    • getInitialDelay

      public long getInitialDelay()
    • getInterval

      public long getInterval()