Class ScheduledTasksEndpoint.IntervalTaskDescriptor
java.lang.Object
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescriptor
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescriptor
- Direct Known Subclasses:
ScheduledTasksEndpoint.FixedDelayTaskDescriptor,ScheduledTasksEndpoint.FixedRateTaskDescriptor
- Enclosing class:
- ScheduledTasksEndpoint
public static class ScheduledTasksEndpoint.IntervalTaskDescriptor
extends ScheduledTasksEndpoint.TaskDescriptor
Description of an
IntervalTask.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIntervalTaskDescriptor(org.springframework.scheduling.config.ScheduledTask scheduledTask, org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, org.springframework.scheduling.config.IntervalTask intervalTask) protectedIntervalTaskDescriptor(org.springframework.scheduling.config.ScheduledTask scheduledTask, org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, org.springframework.scheduling.config.TriggerTask task, org.springframework.scheduling.support.PeriodicTrigger trigger) -
Method Summary
Methods inherited from class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescriptor
getLastExecution, getNextExecution, getRunnable
-
Constructor Details
-
IntervalTaskDescriptor
protected IntervalTaskDescriptor(org.springframework.scheduling.config.ScheduledTask scheduledTask, org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, org.springframework.scheduling.config.IntervalTask intervalTask) -
IntervalTaskDescriptor
protected IntervalTaskDescriptor(org.springframework.scheduling.config.ScheduledTask scheduledTask, org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, org.springframework.scheduling.config.TriggerTask task, org.springframework.scheduling.support.PeriodicTrigger trigger)
-
-
Method Details
-
getInitialDelay
public long getInitialDelay() -
getInterval
public long getInterval()
-