Class ConfluenceStartAnalyticsEventPublisher
java.lang.Object
com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventPublisher
Responsible for publishing a
ConfluenceStartAnalyticsEvent
when the application starts up.- Since:
- 5.8
-
Constructor Summary
ConstructorsConstructorDescriptionConfluenceStartAnalyticsEventPublisher
(com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry, ConfluenceStartAnalyticsEventFactory confluenceStartEventFactory, Executor executor) Deprecated, for removal: This API element is subject to removal in a future version.since 9.4 -
Method Summary
Modifier and TypeMethodDescriptionvoid
UseApplicationStartedEvent
as the trigger for sending our own event.void
void
-
Constructor Details
-
ConfluenceStartAnalyticsEventPublisher
@Deprecated(forRemoval=true, since="9.4") public ConfluenceStartAnalyticsEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry, ConfluenceStartAnalyticsEventFactory confluenceStartEventFactory, Executor executor) Deprecated, for removal: This API element is subject to removal in a future version.since 9.4
-
-
Method Details
-
registerForEvents
@PostConstruct public void registerForEvents() -
unregisterForEvents
@PreDestroy public void unregisterForEvents() -
onApplicationStartedEvent
UseApplicationStartedEvent
as the trigger for sending our own event.
-