Class 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 Detail

      • StartupDelayedStackDumper

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

      • start

        @PostConstruct
        public void start()
      • applicationStarted

        @EventListener
        public void applicationStarted​(com.atlassian.config.lifecycle.events.ApplicationStartedEvent event)
      • stop

        @PreDestroy
        public void stop()