Package com.atlassian.confluence.setup
Class BootstrapApplicationShutdownListener
- java.lang.Object
-
- com.atlassian.confluence.setup.AbstractBootstrapApplicationListener<org.springframework.context.event.ContextClosedEvent>
-
- com.atlassian.confluence.setup.BootstrapApplicationShutdownListener
-
- All Implemented Interfaces:
EventListener
,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
public class BootstrapApplicationShutdownListener extends AbstractBootstrapApplicationListener<org.springframework.context.event.ContextClosedEvent>
- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description BootstrapApplicationShutdownListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onApplicationEvent(org.springframework.context.event.ContextClosedEvent event)
-
Methods inherited from class com.atlassian.confluence.setup.AbstractBootstrapApplicationListener
getBootstrapManager
-
-