Uses of Interface
com.atlassian.confluence.internal.health.analytics.HealthCheckAnalyticsSender
Packages that use HealthCheckAnalyticsSender
Package
Description
-
Uses of HealthCheckAnalyticsSender in com.atlassian.confluence.impl.health
Constructor parameters in com.atlassian.confluence.impl.health with type arguments of type HealthCheckAnalyticsSenderModifierConstructorDescriptionDefaultHealthCheckRunner
(HealthCheckExecutor healthCheckExecutor, HealthCheckRegistry healthCheckRegistry, com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer, Supplier<HealthCheckAnalyticsSender> healthCheckAnalyticsSenderSupplier, UpgradeEventRegistry upgradeEventRegistry, com.atlassian.config.ApplicationConfiguration applicationConfiguration) -
Uses of HealthCheckAnalyticsSender in com.atlassian.confluence.impl.health.analytics
Classes in com.atlassian.confluence.impl.health.analytics that implement HealthCheckAnalyticsSenderModifier and TypeClassDescriptionclass
Sends health check analytics events via theEventPublisher
.class
A fallback for when we are unable to send analytics, either because the required components aren't available or because we can't tell whether the product is allowed to send analytics events.Methods in com.atlassian.confluence.impl.health.analytics that return HealthCheckAnalyticsSenderConstructors in com.atlassian.confluence.impl.health.analytics with parameters of type HealthCheckAnalyticsSenderModifierConstructorDescriptionHealthCheckAnalyticsSenderSupplier
(HealthCheckAnalyticsSender bootstrapHealthCheckAnalyticsSender)