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 Summary
Constructors Constructor Description StartupDelayedStackDumper(ScheduledExecutorService executorService, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applicationStarted(com.atlassian.config.lifecycle.events.ApplicationStartedEvent event)
void
start()
void
stop()
-
-
-
Constructor Detail
-
StartupDelayedStackDumper
public StartupDelayedStackDumper(ScheduledExecutorService executorService, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
-
-