All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sirius.kernel.timer.package-info Maven / Gradle / Ivy

Go to download

Provides common core classes and the microkernel powering all Sirius applications

There is a newer version: 12.9.1
Show newest version
/*
 * Made with all the love in the world
 * by scireum in Remshalden, Germany
 *
 * Copyright by scireum GmbH
 * http://www.scireum.de - [email protected]
 */

/**
 * Support for executing tasks in regular intervals.
 * 

* Provides a {@link sirius.kernel.timer.Timers} which executes all parts in the * {@link sirius.kernel.di.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 {@link sirius.kernel.di.std.Register} annotation to be executed. The * TimerService is only accessed for maintenance or statistical reasons. */ package sirius.kernel.timer;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy