Class ScheduledTasksEndpoint.IntervalTaskDescription

    • Constructor Detail

      • IntervalTaskDescription

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

        protected IntervalTaskDescription​(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type,
                                          org.springframework.scheduling.config.TriggerTask task,
                                          org.springframework.scheduling.support.PeriodicTrigger trigger)