public final class EveryTenSecondsScheduler extends java.lang.Object implements Scheduler
EveryTenSecondsScheduler(ApplicationStatusAggregator aggregator)
void
update()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EveryTenSecondsScheduler(ApplicationStatusAggregator aggregator)
@Scheduled(fixedDelay=10000L) public void update()
update
Scheduler