@AsynchronousPreferred public class DisasterRecoveryTriggeredEvent extends ApplicationEvent
This event is useful to plugins that persist state, indexes or other information to the filesystem. In reaction to this event, plugins should check integrity, repair or recreate their data persisted to the filesystem as necessary.
This event can be ignored by plugins that only make use of the database for persistence or is capable of automatically self-healing their persisted data during normal operation.
source
Constructor and Description |
---|
DisasterRecoveryTriggeredEvent(Object source) |
getDate, getUser
getSource, toString
Copyright © 2019 Atlassian. All rights reserved.