public interface EveryTenMinutes extends TimedTask
An implementing class can be inserted into the GlobalContext
using the
Register
annotation. Once the system is started, the method
TimedTask.runTimer()
is invoked once every ten minutes (however no assumptions about the
exact length of the interval should be made - it will be "about" a ten minutes, not exactly ten).
Copyright © 2018. All rights reserved.