Package com.atlassian.jira.startup
Class ReindexMessageListenerLauncher
java.lang.Object
com.atlassian.jira.startup.ReindexMessageListenerLauncher
Responsible for initializing the
ReindexMessageListener at the right time of bootstrap.
Important note:This particular listener needs to be attached to the EventPublisher after
the entire bootstrap of the plugin system, including PluginUpgradeLauncher's
initialisation. This is because plugins react to JiraStartedEvent and finalise
booting up and enabling modules.
The placement of this registration fixes JRASERVER-62379
- Since:
- 9.10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart()Registers theReindexMessageListenerwith theEventPublisher.
-
Constructor Details
-
ReindexMessageListenerLauncher
public ReindexMessageListenerLauncher()
-
-
Method Details
-
start
public void start()Registers theReindexMessageListenerwith theEventPublisher. Note that this needs to happen after complete startup and initialisation of the plugin system. See class level documentation for details.- See Also:
-