Class AppSettingsEntity
java.lang.Object
com.nmontytskyi.monitoring.server.entity.AppSettingsEntity
JPA entity storing a single application runtime setting as a key-value pair.
All configurable runtime parameters (email recipient, retention windows,
dashboard refresh interval, etc.) are persisted in the app_settings table
and read at runtime by AppSettingsService.
This design allows settings to be changed through the web UI without restarting the server.
- Author:
- Nazar Montytskyi
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AppSettingsEntity
public AppSettingsEntity()
-