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