Class SystemPersistenceStartedEvent

java.lang.Object
de.xima.fc.persistence.system.events.SystemPersistenceStartedEvent
All Implemented Interfaces:
Serializable

public class SystemPersistenceStartedEvent extends Object implements Serializable
Event that is fired when the persistence system has started. This can happen when the application is being started or when the persistence system is being reloaded. The event can be used by other components in the system to perform any necessary initialization tasks related to the persistence system, such as establishing database connections, starting background threads, or acquiring resources.
Since:
8.5.0
Author:
Michael Kohlsche
See Also:
  • Constructor Details

    • SystemPersistenceStartedEvent

      public SystemPersistenceStartedEvent()