Class ConfigurationMigrationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.importexport.ConfigurationMigrationEvent
All Implemented Interfaces:
Serializable

@Deprecated public class ConfigurationMigrationEvent extends ConfluenceEvent
Deprecated.
since 7.3.0 will be removed in 8.0.
Used to indicate moving configuration from one data store to another. Useful for flushing caches.
See Also:
  • Constructor Details

    • ConfigurationMigrationEvent

      public ConfigurationMigrationEvent(Object src)
      Deprecated.