Class CrowdLifecycle
- java.lang.Object
-
- com.atlassian.confluence.impl.user.crowd.CrowdLifecycle
-
public class CrowdLifecycle extends Object
- Since:
- 7.11.3
-
-
Constructor Summary
Constructors Constructor Description CrowdLifecycle(com.atlassian.event.api.EventPublisher eventPublisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonStart(ApplicationStartedEvent event)voidsetup()voidteardown()
-
-
-
Method Detail
-
setup
@PostConstruct public void setup()
-
teardown
@PreDestroy public void teardown()
-
onStart
@EventListener public void onStart(ApplicationStartedEvent event)
-
-