Class ReindexMessageListenerLauncher

java.lang.Object
com.atlassian.jira.startup.ReindexMessageListenerLauncher

public class ReindexMessageListenerLauncher extends Object
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 Details

    • ReindexMessageListenerLauncher

      public ReindexMessageListenerLauncher()
  • Method Details

    • start

      public void start()
      Registers the ReindexMessageListener with the EventPublisher. Note that this needs to happen after complete startup and initialisation of the plugin system. See class level documentation for details.
      See Also: