Skip navigation links

Package sirius.kernel.timer

Support for executing tasks in regular intervals.

See: Description

Package sirius.kernel.timer Description

Support for executing tasks in regular intervals.

Provides a Timers which executes all parts in the GlobalContext, registered for one of the timer interfaces (EveryMinute, EveryTenMinutes, EveryHour, EveryDay) in their appropriate interval.

As this framework is based on the dependency injection framework, the classes only need to implement the respective interface and a Register annotation to be executed. The TimerService is only accessed for maintenance or statistical reasons.

Skip navigation links

Copyright © 2018. All rights reserved.