クラス ScheduledTasksEndpoint.IntervalTaskDescriptor

java.lang.ObjectSE
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescriptor
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.IntervalTaskDescriptor
既知の直属サブクラス
ScheduledTasksEndpoint.FixedDelayTaskDescriptorScheduledTasksEndpoint.FixedRateTaskDescriptor
含まれているクラス:
ScheduledTasksEndpoint

public static class ScheduledTasksEndpoint.IntervalTaskDescriptor extends ScheduledTasksEndpoint.TaskDescriptor
IntervalTask の説明。
  • コンストラクターの詳細

    • IntervalTaskDescriptor

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

      protected IntervalTaskDescriptor(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, TriggerTask task, PeriodicTrigger trigger)
  • メソッドの詳細

    • getInitialDelay

      public long getInitialDelay()
    • getInterval

      public long getInterval()