Class StartupDelayedStackDumper

java.lang.Object
com.atlassian.confluence.impl.profiling.StartupDelayedStackDumper

public class StartupDelayedStackDumper extends Object
Triggers the dump of all threads stack traces to the logs if the application hasn't started up within a given time.
Since:
7.17
  • Constructor Details

    • StartupDelayedStackDumper

      public StartupDelayedStackDumper(ScheduledExecutorService executorService, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
  • Method Details

    • start

      @PostConstruct public void start()
    • applicationStarted

      @EventListener public void applicationStarted(ApplicationStartedEvent event)
    • stop

      @PreDestroy public void stop()