Class StartupDelayedStackDumper
java.lang.Object
com.atlassian.confluence.impl.profiling.StartupDelayedStackDumper
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 Summary
ConstructorsConstructorDescriptionStartupDelayedStackDumper
(ScheduledExecutorService executorService, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) -
Method Summary
-
Constructor Details
-
StartupDelayedStackDumper
public StartupDelayedStackDumper(ScheduledExecutorService executorService, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
-
-
Method Details
-
start
@PostConstruct public void start() -
applicationStarted
-
stop
@PreDestroy public void stop()
-