-
public interface Task
Scheduled
task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
description()
Human readable description of the task invocation interval.ScheduledExecutorService
executor()
Executor
used for invocation of scheduled tasks.
-
-
-
Method Detail
-
description
String description()
Human readable description of the task invocation interval.- Returns:
- interval description
-
executor
ScheduledExecutorService executor()
Executor
used for invocation of scheduled tasks.- Returns:
- used executor
-
-