public interface ScheduledTask<K>
TaskScheduler.| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
The unique key used to identify this task.
|
void |
runOneIteration()
Run one iteration of the scheduled task.
|
K getKey()
void runOneIteration()