Package | Description |
---|---|
sirius.kernel.cache |
Provides a framework for building and using caches.
|
sirius.kernel.health |
Provides tools to record the system state and to log and handle exceptions.
|
sirius.kernel.health.metrics |
Used to record and monitor system metrics.
|
sirius.kernel.timer |
Support for executing tasks in regular intervals.
|
Class and Description |
---|
EveryTenMinutes
Parts registered for this interface will be invoked every ten minutes.
|
TimedTask
Super-interface for timer intervals.
|
Class and Description |
---|
EveryDay
Parts registered for this interface will be invoked one time per day.
|
TimedTask
Super-interface for timer intervals.
|
Class and Description |
---|
EveryMinute
Parts registered for this interface will be invoked every minute.
|
TimedTask
Super-interface for timer intervals.
|
Class and Description |
---|
EveryDay
Parts registered for this interface will be invoked one time per day.
|
TimedTask
Super-interface for timer intervals.
|
Copyright © 2018. All rights reserved.