public class BowTaskScheduler extends Object implements CloseableComponent
Thin wrapper around spring's task scheduler
| Constructor and Description |
|---|
BowTaskScheduler() |
| Modifier and Type | Method and Description |
|---|---|
void |
schedulePeriodicTask(Runnable task,
long period) |
void |
terminate() |
public void schedulePeriodicTask(Runnable task, long period)
public void terminate()
terminate in interface CloseableComponentCopyright © 2015. All rights reserved.