Class ConfluenceStartAnalyticsEventPublisher
java.lang.Object
com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventPublisher
Responsible for publishing a
ConfluenceStartAnalyticsEvent
when the application starts up.- Since:
- 5.8
-
Method Summary
Modifier and TypeMethodDescriptionvoid
UseApplicationStartedEvent
as the trigger for sending our own event.void
void
-
Method Details
-
registerForEvents
@PostConstruct public void registerForEvents() -
unregisterForEvents
@PreDestroy public void unregisterForEvents() -
onApplicationStartedEvent
UseApplicationStartedEvent
as the trigger for sending our own event.
-