クラス ScheduledTasksEndpoint.TaskDescriptor
java.lang.ObjectSE
org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskDescriptor
- 既知の直属サブクラス
ScheduledTasksEndpoint.CronTaskDescriptor、ScheduledTasksEndpoint.CustomTriggerTaskDescriptor、ScheduledTasksEndpoint.IntervalTaskDescriptor
- 含まれているクラス:
- ScheduledTasksEndpoint
Task の説明の基本クラス。コンストラクター概要
コンストラクター修飾子コンストラクター説明protectedTaskDescriptor(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, RunnableSE runnable) 方法の概要
コンストラクターの詳細
TaskDescriptor
protected TaskDescriptor(org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint.TaskType type, RunnableSE runnable)
方法の詳細
getRunnable