Class SystemDatabaseUnhealthyEvent
java.lang.Object
de.xima.fc.persistence.impl.system.health.events.SystemDatabaseUnhealthyEvent
- All Implemented Interfaces:
Serializable
Event indicating that the system database is unhealthy. This event is emitted when the health check for the system
database fails, which may indicate issues such as connectivity problems, database corruption, or other critical
failures that prevent the system from functioning properly.
- Since:
- 8.5.0
- Author:
- Michael Kohlsche
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SystemDatabaseUnhealthyEvent
public SystemDatabaseUnhealthyEvent()
-