Class SystemPersistenceShuttingDownEvent
java.lang.Object
de.xima.fc.persistence.system.events.SystemPersistenceShuttingDownEvent
- All Implemented Interfaces:
Serializable
Event that is fired when the persistence system is shutting down. This can happen when the application is being
stopped or when the persistence system is being reloaded. The event can be used by other components in the system to
perform any necessary cleanup or shutdown tasks related to the persistence system, such as closing database
connections, stopping background threads, or releasing resources.
- Since:
- 8.5.0
- Author:
- Michael Kohlsche
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SystemPersistenceShuttingDownEvent
public SystemPersistenceShuttingDownEvent()
-